diff options
Diffstat (limited to 'community/ettercap/ettercap-gtk.install')
-rw-r--r-- | community/ettercap/ettercap-gtk.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/ettercap/ettercap-gtk.install b/community/ettercap/ettercap-gtk.install deleted file mode 100644 index e8f6bed8f..000000000 --- a/community/ettercap/ettercap-gtk.install +++ /dev/null @@ -1,14 +0,0 @@ -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.' -} - -post_upgrade() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} |