mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
257 B
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