summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/tde-guidance/debian/kde-guidance-trinity.postinst
blob: de2804fc4d0d8d0ef49be9c13b404c7cb824e236 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Remove shutdown and reboot links; this init script does not need them.
rm -f /etc/rc0.d/K20kde-guidance /etc/rc6.d/K20kde-guidance

#remove script from older times
update-rc.d -f displayconfig-hwprobe.py remove

#DEBHELPER#