core/slv2/slv2.install
2010-07-19 23:13:53 +00:00

15 lines
169 B
Plaintext

post_install() {
echo "Updating Shared Library Links"
/sbin/ldconfig
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et: