summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-04 12:48:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-04 12:48:29 -0500
commit7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2 (patch)
tree3051f7c74a298d8d732f13fb76fa7eb73d4ec865 /ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst
parent1b6efb141bcf333e5c73a520e701d1de8cafcf4e (diff)
downloadtde-packaging-7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2.tar.gz
tde-packaging-7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2.zip
Rename a bunch of kde names to tde
Diffstat (limited to 'ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst')
-rw-r--r--ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst9
1 files changed, 9 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst b/ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst
new file mode 100644
index 000000000..af8e365b5
--- /dev/null
+++ b/ubuntu/maverick/applications/tde-guidance/debian/tde-guidance-trinity.postinst
@@ -0,0 +1,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#