summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--makemkv.install7
3 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f727a8293f13..8ba060fdaabd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = makemkv
pkgdesc = DVD and Blu-ray to MKV converter and network streamer
pkgver = 1.9.10
- pkgrel = 2
+ pkgrel = 3
url = http://www.makemkv.com
install = makemkv.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 21a0cc0d7856..8cc3b3a080e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=makemkv
pkgver=1.9.10
-pkgrel=2
+pkgrel=3
pkgdesc="DVD and Blu-ray to MKV converter and network streamer"
arch=('i686' 'x86_64')
url="http://www.makemkv.com"
diff --git a/makemkv.install b/makemkv.install
index 5fa45908a201..268a8981770a 100644
--- a/makemkv.install
+++ b/makemkv.install
@@ -1,14 +1,7 @@
-post_remove() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor
-}
-
post_install() {
echo "The makemkv package is licensed software."
echo "You MUST read and agree to the license stored in"
echo "/usr/share/licenses/makemkv/eula_en_linux.txt before using it."
-
- post_remove $1
}
post_upgrade() {