diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-09-09 16:33:33 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-09-09 16:33:33 -0400 |
commit | 1b2e638684ebbf2b777ead2fbbb4b69f3ac00bcb (patch) | |
tree | d8f1118c540008015e042caec1dbe52aa93c46c8 /arch/calvin/trinity-qt3/qt.install | |
parent | 688262143652290b8fa3693b592359a0f0b54c55 (diff) | |
download | tde-packaging-1b2e638684ebbf2b777ead2fbbb4b69f3ac00bcb.tar.gz tde-packaging-1b2e638684ebbf2b777ead2fbbb4b69f3ac00bcb.zip |
started working on Qt3, made my own folder, when work is done, I will bring it into the main branch
Diffstat (limited to 'arch/calvin/trinity-qt3/qt.install')
-rw-r--r-- | arch/calvin/trinity-qt3/qt.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/calvin/trinity-qt3/qt.install b/arch/calvin/trinity-qt3/qt.install new file mode 100644 index 000000000..6d042daae --- /dev/null +++ b/arch/calvin/trinity-qt3/qt.install @@ -0,0 +1,12 @@ +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 +} |