aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst')
-rw-r--r--nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst9
1 files changed, 9 insertions, 0 deletions
diff --git a/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst b/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
index e69de29bb2..5e106d5d35 100644
--- a/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
+++ b/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+ln -sf /etc/init.d/qpe /etc/rc0.d/K98qpe
+ln -sf /etc/init.d/qpe /etc/rc1.d/K98qpe
+ln -sf /etc/init.d/qpe /etc/rc6.d/K98qpe
+ln -sf /etc/init.d/qpe /etc/rc2.d/S98qpe
+ln -sf /etc/init.d/qpe /etc/rc3.d/S98qpe
+ln -sf /etc/init.d/qpe /etc/rc4.d/S98qpe
+ln -sf /etc/init.d/qpe /etc/rc5.d/S98qpe
+exit 0