summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra-testing/miro/PKGBUILD2
-rw-r--r--abs/extra-testing/miro/miro.install6
2 files changed, 3 insertions, 5 deletions
diff --git a/abs/extra-testing/miro/PKGBUILD b/abs/extra-testing/miro/PKGBUILD
index def9d6e..36d3347 100644
--- a/abs/extra-testing/miro/PKGBUILD
+++ b/abs/extra-testing/miro/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=miro
pkgver=2.0.4
-pkgrel=4
+pkgrel=5
pkgdesc="The free and open source internet TV platform"
arch=('i686' 'x86_64')
url="http://www.getmiro.com"
diff --git a/abs/extra-testing/miro/miro.install b/abs/extra-testing/miro/miro.install
index 0a7b047..bf1f3bc 100644
--- a/abs/extra-testing/miro/miro.install
+++ b/abs/extra-testing/miro/miro.install
@@ -36,13 +36,11 @@ post_install() {
fi
}
-post_upgrade() {
- post_install $1
-}
-
post_remove() {
update-desktop-database -q
rm -fr /home/mythtv/.miro /myth/video/Miro /myth/miro /myth/democracy
+ mv /usr/share/mythtv/is.xml /tmp/is.xml.tmp
+ sed -e '/\#Miro/,/\#Miro/d' < /tmp/is.xml.tmp > /usr/share/mythtv/is.xml
}
op=$1