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