-rwxr-xr-x | core/opiealarm/opie-opiealarm.postinst | 12 | ||||
-rwxr-xr-x | core/opiealarm/opie-opiealarm.prerm | 5 |
2 files changed, 0 insertions, 17 deletions
diff --git a/core/opiealarm/opie-opiealarm.postinst b/core/opiealarm/opie-opiealarm.postinst deleted file mode 100755 index 58298e1..0000000 --- a/core/opiealarm/opie-opiealarm.postinst +++ b/dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | #/bin/sh | ||
2 | |||
3 | ln -sf ../init.d/opieatd /etc/rc0.d/K96opieatd | ||
4 | ln -sf ../init.d/opieatd /etc/rc1.d/K96opieatd | ||
5 | ln -sf ../init.d/opieatd /etc/rc6.d/K96opieatd | ||
6 | ln -sf ../init.d/opieatd /etc/rc2.d/S96opieatd | ||
7 | ln -sf ../init.d/opieatd /etc/rc3.d/S96opieatd | ||
8 | ln -sf ../init.d/opieatd /etc/rc4.d/S96opieatd | ||
9 | ln -sf ../init.d/opieatd /etc/rc5.d/S96opieatd | ||
10 | /etc/init.d/opieatd start | ||
11 | |||
12 | exit 0 | ||
diff --git a/core/opiealarm/opie-opiealarm.prerm b/core/opiealarm/opie-opiealarm.prerm deleted file mode 100755 index 5e797b6..0000000 --- a/core/opiealarm/opie-opiealarm.prerm +++ b/dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | #/bin/sh | ||
2 | |||
3 | /etc/init.d/opieatd stop | ||
4 | find /etc -name [SK][0-9][0-9]opieatd | xargs rm -f | ||
5 | exit 0 | ||