Easy installer: Only offer launcher creation if using GNOME
This commit is contained in:
parent
66cb988cc0
commit
d5b843af61
1 changed files with 8 additions and 8 deletions
|
@ -78,14 +78,14 @@ Of course you are!!! ::::D"
|
||||||
gnome = False;break
|
gnome = False;break
|
||||||
else:
|
else:
|
||||||
print "herpaderp"
|
print "herpaderp"
|
||||||
while 1:
|
while 1:
|
||||||
shortcut = raw_input("Create launcher in home directory? [Y/n]: ")
|
shortcut = raw_input("Create launcher in home directory? [Y/n]: ")
|
||||||
if shortcut.lower() == "y" or shortcut == "":
|
if shortcut.lower() == "y" or shortcut == "":
|
||||||
shortcut = True;break
|
shortcut = True;break
|
||||||
elif shortcut.lower() == "n":
|
elif shortcut.lower() == "n":
|
||||||
shortcut = False;break
|
shortcut = False;break
|
||||||
else:
|
else:
|
||||||
print "u jelly?"
|
print "u jelly?"
|
||||||
|
|
||||||
# do some shitty install
|
# do some shitty install
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue