tag rc6
[openwrt/svn-archive/openwrt.git] / package / psmisc / ipkg / psmisc.prerm
1 #!/bin/sh
2
3 if [ -f ${IPKG_INSTROOT}/sbin/pidof ]
4 then
5 echo "Removing hard link from pidof to killall"
6 rm -f ${IPKG_INSTROOT}/sbin/pidof
7 fi
8
9 exit 0