post_install() {
	post_remove
}

post_upgrade() {
	post_remove
}

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