updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / gnp / gnp.install
blob7a29567fe16e231a6f814b0fb16e7422aed7953e
1 post_install() {
2     echo ">>> You must be a member of the games group for the save and replay functionality to work."
3     echo ">>> Try 'gnp -fullscreen' for fullscreen mode (it's the default for the .desktop file)."
4     echo ">>>"
5     echo ">>> If you use the nvidia driver and can't enter fullscreen mode, please read this for a possible fix:"
6     echo ">>> https://wiki.archlinux.org/index.php/Nvidia#Refresh_rate_not_detected_properly_by_XRandR_dependant_utilities"
8 post_upgrade() {
9     post_install
12 post_remove() {
13     if [ -d /opt/gnp ]; then
14        echo ">>> You may safely delete /opt/gnp and its contents (replay and save files) if you don't want them."
15     fi