summaryrefslogtreecommitdiffstats
path: root/arch/master/trinity-qt3/qt.install
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturke@gmail.com>2011-11-19 14:00:39 -0500
committerCalvin Morrison <mutantturke@gmail.com>2011-11-19 14:00:39 -0500
commit3e9b3291519b85c12d020b62768955a137ecdc1b (patch)
tree7bb31b3f621ec0a1ceab67605800c1392c16a815 /arch/master/trinity-qt3/qt.install
parent9c4939172004cefafe10c375fe34876a600b33e3 (diff)
downloadtde-packaging-3e9b3291519b85c12d020b62768955a137ecdc1b.tar.gz
tde-packaging-3e9b3291519b85c12d020b62768955a137ecdc1b.zip
removing the old master folder, which wont be used anymore
Diffstat (limited to 'arch/master/trinity-qt3/qt.install')
-rw-r--r--arch/master/trinity-qt3/qt.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/master/trinity-qt3/qt.install b/arch/master/trinity-qt3/qt.install
deleted file mode 100644
index 6d042daae..000000000
--- a/arch/master/trinity-qt3/qt.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- post_remove
-}
-
-post_upgrade() {
- post_remove
-}
-
-post_remove() {
- # this can be removed in future versions
- sed -e '/\/opt\/qt\/lib/d' -i etc/ld.so.conf
-}