netctl-gui/arch/netctl-gui.install
arcan1s 0a16364a7a update docs
change building
2014-08-20 21:16:31 +04:00

13 lines
188 B
Plaintext

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