diff options
author | Bruno Randolf <br1@subnet.at> | 2004-09-23 09:55:31 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-09-23 09:55:31 +0000 |
commit | 5bac22ce6fe95c9608604d5a91a923fdf5777b5e (patch) | |
tree | f2d8b2530cae0218f22216041e1da231dfad1233 /busybox/busybox-1.00-rc1/prerm | |
parent | 8a20381d18a348fb5445be117cda24241f2fc3ea (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/09/23 11:55:05+02:00 (none)!br1
moved nylon defconfig into busybox-1.00-rc3
added init scripts for cron and httpd
moved init scripts into files/
BKrev: 41529d931m_9LTwcHDj4AF1Og5T-BQ
Diffstat (limited to 'busybox/busybox-1.00-rc1/prerm')
-rw-r--r-- | busybox/busybox-1.00-rc1/prerm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/busybox/busybox-1.00-rc1/prerm b/busybox/busybox-1.00-rc1/prerm deleted file mode 100644 index 7ade4b1dec..0000000000 --- a/busybox/busybox-1.00-rc1/prerm +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ "$1" != "upgrade" ]; then - update-alternatives --remove sh /bin/busybox - update-alternatives --remove vi /bin/busybox - find /etc -name [SK][0-9][0-9]hwclock.sh | xargs rm -f - find /etc -name [SK][0-9][0-9]syslog | xargs rm -f -fi - -exit 0 |