post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor echo " ================================================== Setup Gufw for use without root password - sudo ================================================== 1. Edit /etc/sudoers with 'visudo' command as root: # for wheel group privilege: %wheel ALL=/usr/bin/gufw OR # for a single user privilege: ALL=/usr/bin/gufw 2. Execute: $ gksudo gufw " } 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 echo " Check /etc/sudoers with 'visudo' command as root and remove changes made to run gufw without root password if needed." }