PKGBUILDs/extra/qt3/qt.install
2010-03-05 07:00:39 -06:00

13 lines
171 B
Plaintext

post_install() {
post_remove
}
post_upgrade() {
post_remove
}
post_remove() {
# this can be removed in future versions
sed -ie '/\/opt\/qt\/lib/d' etc/ld.so.conf
}