summarylogtreecommitdiffstats
path: root/mycroft-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mycroft-location.patch')
-rw-r--r--mycroft-location.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/mycroft-location.patch b/mycroft-location.patch
deleted file mode 100644
index d345c9f03691..000000000000
--- a/mycroft-location.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/plasmoid/contents/code/startservice.sh b/plasmoid/contents/code/startservice.sh
-index 35cfc23..5652cff 100755
---- a/plasmoid/contents/code/startservice.sh
-+++ b/plasmoid/contents/code/startservice.sh
-@@ -1,5 +1,4 @@
- #!/bin/bash
-
--cd /home/$USER/mycroft-core*/
--./mycroft.sh start
-+sudo -Hu mycroft-core bash -c 'cd && ./mycroft.sh start'
- paplay /usr/share/sounds/freedesktop/stereo/dialog-error.oga
-diff --git a/plasmoid/contents/code/stopservice.sh b/plasmoid/contents/code/stopservice.sh
-index 3ace28b..8c0e15d 100755
---- a/plasmoid/contents/code/stopservice.sh
-+++ b/plasmoid/contents/code/stopservice.sh
-@@ -1,5 +1,4 @@
- #!/bin/bash
-
--cd /home/$USER/mycroft-core*/
--./mycroft.sh stop
-+sudo -Hu mycroft-core bash -c 'cd && ./mycroft.sh stop'
- paplay /usr/share/sounds/freedesktop/stereo/dialog-error.oga