summarylogtreecommitdiffstats
path: root/makemkv.install
diff options
context:
space:
mode:
authorOlaf Bauer2015-06-09 15:45:11 +0200
committerOlaf Bauer2015-06-09 15:45:11 +0200
commitf5e5a6c4c6ec84142aae899b23c01b91b7d607fa (patch)
tree15103717c5c39b127f520130258503eff0990f88 /makemkv.install
downloadaur-f5e5a6c4c6ec84142aae899b23c01b91b7d607fa.tar.gz
Initial import
Diffstat (limited to 'makemkv.install')
-rw-r--r--makemkv.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/makemkv.install b/makemkv.install
new file mode 100644
index 000000000000..5fa45908a201
--- /dev/null
+++ b/makemkv.install
@@ -0,0 +1,18 @@
+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() {
+ post_install $1
+}
+
+