diff options
author | Cecil <knoppmyth@gmail.com> | 2011-12-21 06:01:32 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-12-21 06:01:32 (GMT) |
commit | 616f8b211ed7e269a46930e7bfe04a69b369aed0 (patch) | |
tree | c679d83e81b2f5e0f841f74c1f56dfba696e15e1 /abs/extra/mythexport/mythexport.install | |
parent | c1f1911c0993407590afcb2af8662e8e8099fca1 (diff) | |
download | linhes_pkgbuild-616f8b211ed7e269a46930e7bfe04a69b369aed0.zip linhes_pkgbuild-616f8b211ed7e269a46930e7bfe04a69b369aed0.tar.gz linhes_pkgbuild-616f8b211ed7e269a46930e7bfe04a69b369aed0.tar.bz2 |
Removed unfinished transcoder and ensured symlinks get removed once package is removed.
Diffstat (limited to 'abs/extra/mythexport/mythexport.install')
-rw-r--r-- | abs/extra/mythexport/mythexport.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/extra/mythexport/mythexport.install b/abs/extra/mythexport/mythexport.install index 361f1e5..9bd1213 100644 --- a/abs/extra/mythexport/mythexport.install +++ b/abs/extra/mythexport/mythexport.install @@ -82,6 +82,9 @@ post_remove() { echo "==> Forcing re-read of lighttpd's configuration file." echo "" /sbin/sv hup /service/lighttpd + rm -fr /data/srv/httpd/htdocs/mythexport + rm -fr /usr/share/mythtv/mythexport/video + rm -fr /srv/http/.mythtv/config.xml } |