aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
blob: 5e106d5d35c093ba6547857b71594dbe93bf4025 (plain)
1
2
3
4
5
6
7
8
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