diff options
author | James Meyer <James.meyer@operamail.com> | 2009-02-07 19:09:04 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2009-02-07 19:09:04 (GMT) |
commit | 17bc66d73d69a7bda147abf39704af53df809ea7 (patch) | |
tree | 1fa2595856af26d5e6eab7d65a3a01a7c4c5d1ca /abs/core-testing/mythtv/stable | |
parent | 2ee6cf133acb178f6f0bd880712431e74d63e557 (diff) | |
download | linhes_pkgbuild-17bc66d73d69a7bda147abf39704af53df809ea7.zip linhes_pkgbuild-17bc66d73d69a7bda147abf39704af53df809ea7.tar.gz linhes_pkgbuild-17bc66d73d69a7bda147abf39704af53df809ea7.tar.bz2 |
Fixed the .install file for mythvideo. Have not rebuilt it because the PKGBUILD is broken.
Signed-off-by: James Meyer <James.meyer@operamail.com>
Diffstat (limited to 'abs/core-testing/mythtv/stable')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythvideo/mythvideo.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install b/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install index 177cc93..61f66f4 100644 --- a/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install +++ b/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install @@ -12,7 +12,7 @@ post_install() { post_remove() { rm -fr /data/srv/httpd/htdocs/mythweb/data/video rm -fr /data/srv/httpd/htdocs/mythweb/data/video_covers -#} +} op=$1 shift |