summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/fuppes-svn/fuppes.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/extra/fuppes-svn/fuppes.install')
-rw-r--r--abs/not_built/extra/fuppes-svn/fuppes.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/not_built/extra/fuppes-svn/fuppes.install b/abs/not_built/extra/fuppes-svn/fuppes.install
new file mode 100644
index 0000000..d0099e3
--- /dev/null
+++ b/abs/not_built/extra/fuppes-svn/fuppes.install
@@ -0,0 +1,20 @@
+# 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/run
+ chmod 755 /etc/sv/mythbackend/run
+ 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
+ chmod 755 /etc/sv/mythbackend/run
+ sv start mythbackend
+}