core/slv2/slv2.install

15 lines
169 B
Plaintext
Raw Normal View History

2010-07-20 07:13:53 +08:00
post_install() {
echo "Updating Shared Library Links"
/sbin/ldconfig
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et: