mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
- Fixed budgie uninstaller and confirmed SL hotkeys
This commit is contained in:
14
setup.py
14
setup.py
@@ -131,18 +131,4 @@ if args.uninstall:
|
||||
|
||||
subprocess.check_call(shlex.split("./xkeysnail_service.sh"))
|
||||
|
||||
# kintotype = int(input(color_arr[2] +
|
||||
# "1) Kinto \n" + color_arr[0] +
|
||||
# "2) Uninstall Kinto \n"
|
||||
# + bcolors.ENDC))
|
||||
# print("")
|
||||
# if(kintotype == 1):
|
||||
# subprocess.check_call(shlex.split("./xkeysnail_service.sh"))
|
||||
# # if os.path.isdir(homedir + "/.config/kinto") == True:
|
||||
# # subprocess.check_call(shlex.split("./xkeysnail_service.sh budgieUpdate"))
|
||||
# # exit()
|
||||
|
||||
# if(kintotype == 2):
|
||||
# subprocess.check_call(shlex.split("./xkeysnail_service.sh uninstall"))
|
||||
# exit()
|
||||
|
||||
|
Reference in New Issue
Block a user