14 lines
429 B
Text
14 lines
429 B
Text
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
|