]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/busybox/files/prerm
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / busybox / files / prerm
1 #!/bin/sh
2
3 if [ "$1" != "upgrade" ]; then
4   update-alternatives --remove sh /bin/busybox
5   update-alternatives --remove vi /bin/busybox
6   find /etc -name [SK][0-9][0-9]hwclock.sh | xargs rm -f
7   find /etc -name [SK][0-9][0-9]syslog | xargs rm -f
8 fi
9
10 exit 0