summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-12-30 09:43:48 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-12-30 09:43:48 (GMT)
commitea45a746dedb539dcf6848e264dd90a46d9678be (patch)
tree9f051f9c399cb67506c80b0214c2cdda3937c8c6
parent3e1fbc333a8f58c6440b116641189757da11ea9e (diff)
downloadlinhes_pkgbuild-ea45a746dedb539dcf6848e264dd90a46d9678be.zip
linhes_pkgbuild-ea45a746dedb539dcf6848e264dd90a46d9678be.tar.gz
linhes_pkgbuild-ea45a746dedb539dcf6848e264dd90a46d9678be.tar.bz2
linhes-script:update update_schema to add new commands to start and stop backend.
-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