mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 06:52:39 +02:00
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