diff options
Diffstat (limited to 'community/busybox/busybox.install')
-rw-r--r-- | community/busybox/busybox.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/busybox/busybox.install b/community/busybox/busybox.install deleted file mode 100644 index 04beb0630..000000000 --- a/community/busybox/busybox.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - echo "You may want to do setuid on /usr/bin/busybox" - echo " chmod 4555 /usr/bin/busybox" -} - -pre_upgrade() { - busybox stat -c %a usr/bin/busybox >tmp/busybox.upgrade.script -} - -post_upgrade() { - [ -f tmp/busybox.upgrade.script ] && busybox chmod `busybox cat tmp/busybox.upgrade.script` usr/bin/busybox - busybox rm -f tmp/busybox.upgrade.script - echo "busybox is in /usr/bin now. Readjust its mode if you modified it." -} |