PKGBUILDs/extra/qt3/qt.install

12 lines
197 B
Plaintext
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
grep -q '/opt/qt/lib' etc/ld.so.conf || echo '/opt/qt/lib' >> etc/ld.so.conf
}
post_upgrade() {
post_install
}
post_remove() {
sed -ie '/\/opt\/qt\/lib/d' etc/ld.so.conf
}