summaryrefslogtreecommitdiffstats
path: root/abs/core/qt3/qt.install
blob: 6d042daae019a14eff812dda59e41085baf5a33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}