~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
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20111210154827-7nmqzvmrzmo5uuc6
Tags: upstream-4.0.14
ImportĀ upstreamĀ versionĀ 4.0.14

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
}