PKGBUILDs/extra/qt3/qt.install

13 lines
171 B
Text
Raw Normal View History

2010-03-05 13:00:39 +00:00
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
}