summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/tde-guidance/debian/tde-guidance-trinity.postinst
blob: af8e365b5d7dfead8e3e33a7484c26226a5a3b60 (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/K20tde-guidance /etc/rc6.d/K20tde-guidance

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

#DEBHELPER#