-rwxr-xr-x | libopie/libopie.postinst | 4 | ||||
-rwxr-xr-x | library/opie-base.postinst | 12 | ||||
-rwxr-xr-x | library/opie-base.prerm | 5 |
3 files changed, 0 insertions, 21 deletions
diff --git a/libopie/libopie.postinst b/libopie/libopie.postinst deleted file mode 100755 index 50d922c..0000000 --- a/libopie/libopie.postinst +++ b/dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ -x ldconfig ] && ldconfig | ||
4 | exit 0 | ||
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 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | ln -sf ../init.d/opie /etc/rc0.d/K98opie | ||
4 | ln -sf ../init.d/opie /etc/rc1.d/K98opie | ||
5 | ln -sf ../init.d/opie /etc/rc6.d/K98opie | ||
6 | ln -sf ../init.d/opie /etc/rc2.d/S98opie | ||
7 | ln -sf ../init.d/opie /etc/rc3.d/S98opie | ||
8 | ln -sf ../init.d/opie /etc/rc4.d/S98opie | ||
9 | ln -sf ../init.d/opie /etc/rc5.d/S98opie | ||
10 | |||
11 | [ -x ldconfig ] && ldconfig | ||
12 | 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 @@ | |||
1 | #/bin/sh | ||
2 | |||
3 | find /etc -name [SK][0-9][0-9]opie | xargs rm -f | ||
4 | |||
5 | exit 0 | ||