summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/kdelibs3/kdelibs3.install
blob: 060ba21fd65ba1613a91b3b26059edc708a83a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	grep -q '/opt/kde/lib' etc/ld.so.conf || echo '/opt/kde/lib' >> etc/ld.so.conf
}

post_upgrade() {
	post_install
}

post_remove() {
	sed  -ie '/\/opt\/kde\/lib/d' etc/ld.so.conf
}