desktop/mumble/mumble.install
2010-10-08 21:38:50 +00:00

13 lines
230 B
Plaintext

post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
echo "If you are using pulseaudio, you should consider installing mumble-pulse from AUR."
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}