PKGBUILDs/extra/qt3/qt.install
2011-01-20 23:44:51 -05:00

13 lines
173 B
Plaintext

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
}