tag rc6
[openwrt/svn-archive/openwrt.git] / openwrt / package / procps / ipkg / procps.postinst
diff --git a/openwrt/package/procps/ipkg/procps.postinst b/openwrt/package/procps/ipkg/procps.postinst
deleted file mode 100644 (file)
index ee676e2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ -f ${IPKG_INSTROOT}/usr/bin/skill ]
-then
-    echo "Hard linking snice to skill"
-    ln ${IPKG_INSTROOT}/usr/bin/skill /usr/bin/snice
-fi
-
-if [ -f ${IPKG_INSTROT}/usr/bin/pgrep ]
-then
-    echo "Hard linking pkill to pgrep"
-    ln ${IPKG_INSTROT}/usr/bin/pgrep ${IPKG_INSTROOT}/usr/bin/snice
-fi
-
-exit 0