summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD2
-rw-r--r--abs/core-testing/linhes-scripts/update_schema_021_to_022.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index 94aad61..917d927 100644
--- a/abs/core-testing/linhes-scripts/PKGBUILD
+++ b/abs/core-testing/linhes-scripts/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=linhes-scripts
pkgver=1
-pkgrel=41
+pkgrel=42
pkgdesc="Various scripts that help to make LinHES, LinHES."
arch=('i686' 'x86_64')
license=('GPL2')
diff --git a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
index 9ee3224..fc39f44 100644
--- a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
+++ b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
@@ -14,4 +14,6 @@ update settings set data = '/myth/games/screenshots' where value = 'mythgame.scr
update settings set data = '/myth/games/fanart' where value = 'mythgame.fanartdir';
update settings set data = '/myth/games/boxart' where value = 'mythgame.boxartdir';
update settings set data = '3' where value = 'OverrideExitMenu';
+update settings set data = 'sudo sv start mythbackend' where value = 'BackendStartCommand';
+update settings set data = 'sudo sv stop mythbackend' where value = 'BackendStopCommand';
EOF