diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 19:25:13 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 19:25:13 (GMT) |
commit | 10adcc3196f77c041d400ca5851d1b3e4f86be46 (patch) | |
tree | a2b510579af800e049eec5d4d113f90e9cb51d65 /abs/extra-testing | |
parent | 3a21f86ce044101bec01db95777c0476f7868d92 (diff) | |
download | linhes_pkgbuild-10adcc3196f77c041d400ca5851d1b3e4f86be46.zip linhes_pkgbuild-10adcc3196f77c041d400ca5851d1b3e4f86be46.tar.gz linhes_pkgbuild-10adcc3196f77c041d400ca5851d1b3e4f86be46.tar.bz2 |
Install file for fuppes.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/fuppes-svn/fuppes.install | 18 |
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 +} |