pkgbuild/netctl-gui/netctl-gui.install
2014-04-06 19:12:13 +04:00

13 lines
178 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}