summaryrefslogtreecommitdiff
path: root/library
authorkergoth <kergoth>2003-01-23 05:18:42 (UTC)
committer kergoth <kergoth>2003-01-23 05:18:42 (UTC)
commit54fca716097f9318c6a9677c90c37a77b81d6824 (patch) (side-by-side diff)
treeb2b675dac58e8c9483cde8774e57c5f1cf8a8fea /library
parentc9c6af99d715c352cc38a60067d09fb604a6f267 (diff)
downloadopie-54fca716097f9318c6a9677c90c37a77b81d6824.zip
opie-54fca716097f9318c6a9677c90c37a77b81d6824.tar.gz
opie-54fca716097f9318c6a9677c90c37a77b81d6824.tar.bz2
libopie/libopie.control
Diffstat (limited to 'library') (more/less context) (ignore whitespace changes)
-rwxr-xr-xlibrary/opie-base.postinst12
-rwxr-xr-xlibrary/opie-base.prerm5
2 files changed, 0 insertions, 17 deletions
diff --git a/library/opie-base.postinst b/library/opie-base.postinst
deleted file mode 100755
index c1aeef8..0000000
--- a/library/opie-base.postinst
+++ b/dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-ln -sf ../init.d/opie /etc/rc0.d/K98opie
-ln -sf ../init.d/opie /etc/rc1.d/K98opie
-ln -sf ../init.d/opie /etc/rc6.d/K98opie
-ln -sf ../init.d/opie /etc/rc2.d/S98opie
-ln -sf ../init.d/opie /etc/rc3.d/S98opie
-ln -sf ../init.d/opie /etc/rc4.d/S98opie
-ln -sf ../init.d/opie /etc/rc5.d/S98opie
-
-[ -x ldconfig ] && ldconfig
-exit 0
diff --git a/library/opie-base.prerm b/library/opie-base.prerm
deleted file mode 100755
index 664160b..0000000
--- a/library/opie-base.prerm
+++ b/dev/null
@@ -1,5 +0,0 @@
-#/bin/sh
-
-find /etc -name [SK][0-9][0-9]opie | xargs rm -f
-
-exit 0