PKGBUILDs/community/perlpanel/perlpanel.install

18 lines
311 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
gtk-update-icon-cache /usr/share/icons/hicolor && \
gtk-update-icon-cache /usr/share/icons/Bluecurve && \
gtk-update-icon-cache /usr/share/icons/crystalsvg
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"