update netctl-gui

This commit is contained in:
arcan1s
2014-08-25 16:18:45 +04:00
parent 06959193cb
commit 37d42fcb63
5 changed files with 110 additions and 32 deletions

View File

@ -4,9 +4,9 @@ post_install() {
}
post_upgrade() {
post_install
post_install "$1"
}
post_remove() {
post_install
post_install "$1"
}