~ubuntu-branches/ubuntu/wily/playonlinux/wily-proposed

« back to all changes in this revision

Viewing changes to lib/playonlinux.lib

  • Committer: Package Import Robot
  • Author(s): Bertrand Marc
  • Date: 2011-12-10 15:48:27 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111210154827-z9pylhgrahjh7eu1
Tags: 4.0.14-1
* New upstream release.
* Add the new TRANSLATORS file to debian/playonlinux.docs.
* Refresh patches/x-terminal-emulator.diff.
* Install etc/playonlinux.gpg to verify downloaded scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
    echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")"
235
235
        return 1
236
236
}
237
 
 
 
237
/bin/su ()
 
238
{
 
239
        POL_Debug_Fatal "The script tried to use sudo"
 
240
        echo "$(eval_gettext "This function is disabled in the PlayOnlinux environment.")"
 
241
        return 1
 
242
}
238
243
 
239
244
POL_GPG_install_key()
240
245
{
672
677
                        then
673
678
                                rm -rf $1
674
679
                        fi
675
 
                        POL_SetupWindow_detect_exit
676
680
                fi
677
681
        fi
678
682
}