Files
poky/openembedded/packages/busybox/files/prerm
Richard Purdie 4b46c1f6e8 Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-08-31 10:45:47 +00:00

257 B

#!/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