diff options
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 } |