PKGBUILDs/extra/qt3/qt.install

13 lines
173 B
Plaintext
Raw Normal View History

2011-01-21 04:44:51 +00:00
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
}