## arg 1:  the new package version
post_install() {
	ldconfig
}

post_upgrade() {
	ldconfig
}

post_remove() {
	ldconfig
}