diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-11 12:26:40 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-11 12:27:09 -0600 |
commit | 94aeb70f22c6bed29e4fc701ee24a5fe93995ae0 (patch) | |
tree | 1bce429ea6b8dafdc40dccb94ada4583f5b674be /main/patch/patch.post-deinstall | |
parent | 99ec4e0c28826cab7f3f8d31031ee95c8e9b561a (diff) | |
download | aports-94aeb70f22c6bed29e4fc701ee24a5fe93995ae0.tar.bz2 aports-94aeb70f22c6bed29e4fc701ee24a5fe93995ae0.tar.xz |
main/patch: unclobber busybox on uninstall
Diffstat (limited to 'main/patch/patch.post-deinstall')
-rw-r--r-- | main/patch/patch.post-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/patch/patch.post-deinstall b/main/patch/patch.post-deinstall new file mode 100644 index 0000000000..99b57c4635 --- /dev/null +++ b/main/patch/patch.post-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +busybox --install -s |