tag rc6
[openwrt/svn-archive/openwrt.git] / package / psmisc / ipkg / psmisc.postinst
1 #!/bin/sh
2
3 if [ -f ${IPKG_INSTROOT}/usr/bin/killall ]
4 then
5 echo "Hard linking pidof to killall"
6 ln ${IPKG_INSTROOT}/usr/bin/killall ${IPKG_INSTROOT}/bin/pidof
7 fi
8
9 exit 0