void-packages/srcpkgs/gparted/INSTALL

15 lines
429 B
Plaintext

case "${ACTION}" in
post)
cat <<_EOF
=======================================================================
To run gparted through a desktop menu, a polkit authentication agent
must be running; for GNOME and KDE users it should be already installed,
otherwise you can install *lxpolkit* which is a lightweight polkit
authentication agent.
=======================================================================
_EOF
;;
esac