summaryrefslogtreecommitdiff
path: root/core/launcher/opie-taskbar.postinst
Unidiff
Diffstat (limited to 'core/launcher/opie-taskbar.postinst') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/opie-taskbar.postinst11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/launcher/opie-taskbar.postinst b/core/launcher/opie-taskbar.postinst
new file mode 100644
index 0000000..483985b
--- a/dev/null
+++ b/core/launcher/opie-taskbar.postinst
@@ -0,0 +1,11 @@
1#!/bin/sh
2
3ln -sf ../init.d/opie /etc/rc0.d/K98opie
4ln -sf ../init.d/opie /etc/rc1.d/K98opie
5ln -sf ../init.d/opie /etc/rc6.d/K98opie
6ln -sf ../init.d/opie /etc/rc2.d/S98opie
7ln -sf ../init.d/opie /etc/rc3.d/S98opie
8ln -sf ../init.d/opie /etc/rc4.d/S98opie
9ln -sf ../init.d/opie /etc/rc5.d/S98opie
10
11exit 0