summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/fuppes-svn/fuppes.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 19:25:13 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 19:25:13 (GMT)
commit10adcc3196f77c041d400ca5851d1b3e4f86be46 (patch)
treea2b510579af800e049eec5d4d113f90e9cb51d65 /abs/extra-testing/fuppes-svn/fuppes.install
parent3a21f86ce044101bec01db95777c0476f7868d92 (diff)
downloadlinhes_pkgbuild-10adcc3196f77c041d400ca5851d1b3e4f86be46.zip
linhes_pkgbuild-10adcc3196f77c041d400ca5851d1b3e4f86be46.tar.gz
linhes_pkgbuild-10adcc3196f77c041d400ca5851d1b3e4f86be46.tar.bz2
Install file for fuppes.
Diffstat (limited to 'abs/extra-testing/fuppes-svn/fuppes.install')
-rw-r--r--abs/extra-testing/fuppes-svn/fuppes.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/extra-testing/fuppes-svn/fuppes.install b/abs/extra-testing/fuppes-svn/fuppes.install
new file mode 100644
index 0000000..029c3f0
--- /dev/null
+++ b/abs/extra-testing/fuppes-svn/fuppes.install
@@ -0,0 +1,18 @@
+# arg 1: the new package version
+post_install() {
+ sv stop mythbackend
+ mv /etc/sv/mythbackend/run /tmp
+ sed 's/logfile/noupnp\ --logfile/' </tmp/run >/etc/sv/mythbackend
+ sv start mythbackend
+ add_service.sh fuppes
+ sv start fuppes
+}
+
+post_remove() {
+ sv stop fuppes
+ remove_service.sh fuppes
+ mv /etc/sv/mythbackend/run /tmp/run
+ sv stop mythbackend
+ sed 's/--noupnp\ --logfile/--logfile/' </tmp/run >/etc/sv/mythbackend/run
+ sv start mythbackend
+}