edited pkgbuild

This commit is contained in:
arcan1s
2014-02-26 04:21:07 +04:00
parent 32fb8ceb54
commit 710941c259
3 changed files with 7 additions and 10 deletions

12
netctl-gui.install Normal file
View File

@ -0,0 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}