updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / milena / milena.install
blobc980ddfab7ea61e203a0112c496da1ce1ab1ebc3
1 post_install() {
2   echo "Updating Shared Library Links"
3   /sbin/ldconfig
6 post_upgrade() {
7   post_install
10 post_remove() {
11   post_install
14 # vim:set ts=2 sw=2 et: