summarylogtreecommitdiffstats
path: root/makemkv.install
diff options
context:
space:
mode:
authorfrederik2015-06-09 14:20:54 +0200
committerfrederik2015-06-09 14:20:54 +0200
commit78a4c4dc8ec561564cc4fadc54afe616ea9ecdc9 (patch)
tree13e67d967a0e3c60e09367d9f7d9f4353a031c2e /makemkv.install
downloadaur-78a4c4dc8ec561564cc4fadc54afe616ea9ecdc9.tar.gz
Initial commit: move from aur to aur4
Diffstat (limited to 'makemkv.install')
-rw-r--r--makemkv.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/makemkv.install b/makemkv.install
new file mode 100644
index 000000000000..d95e4b300fc8
--- /dev/null
+++ b/makemkv.install
@@ -0,0 +1,15 @@
+post_remove() {
+ return 0
+}
+
+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-cli/eula_en_linux.txt before using it."
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+