summaryrefslogtreecommitdiff
path: root/community/ettercap/ettercap-gtk.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-15 10:12:01 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-15 10:12:01 +0200
commit9c67fc1a17727682bc753bbd353cf7af6e6099e7 (patch)
tree8c60dcb6992954a61f171ad0ab2f463b6f0d9d1e /community/ettercap/ettercap-gtk.install
parent5e1552e4d38c7ce209ce301f5020793e890366dc (diff)
parent030187a191f576ae92cef43f3c8cd7f1df084b87 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/avr-binutils/PKGBUILD community/ettercap/PKGBUILD community/python2-traits/PKGBUILD
Diffstat (limited to 'community/ettercap/ettercap-gtk.install')
-rw-r--r--community/ettercap/ettercap-gtk.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/ettercap/ettercap-gtk.install b/community/ettercap/ettercap-gtk.install
index 100a94efe..e8f6bed8f 100644
--- a/community/ettercap/ettercap-gtk.install
+++ b/community/ettercap/ettercap-gtk.install
@@ -1,14 +1,14 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- echo 'If you use a lightweight windowmanager, remember to run'
- echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
- echo 'graphical authentication, which may be needed for pkexec to work.'
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ echo 'If you use a lightweight windowmanager, remember to run'
+ echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
+ echo 'graphical authentication, which may be needed for pkexec to work.'
}
post_upgrade() {
- post_install
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {
- post_install
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}