summaryrefslogtreecommitdiff
path: root/makemkv.install
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-17 17:56:16 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-17 17:56:16 -0700
commite8cd1a0a3770c446875257617a5d530393d883f2 (patch)
tree4c8e7879c38577b5abe5881f08b6e76e9df4fd40 /makemkv.install
downloadmakemkv-e8cd1a0a3770c446875257617a5d530393d883f2.tar.xz
Initial commit
Diffstat (limited to 'makemkv.install')
-rw-r--r--makemkv.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/makemkv.install b/makemkv.install
new file mode 100644
index 0000000..85a9172
--- /dev/null
+++ b/makemkv.install
@@ -0,0 +1,16 @@
+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."
+ echo ""
+ echo "Starting from 1.10.8 the /dev/sgX device that corresponds to the drive is required."
+ echo "You may have to load the sg kernel module in order to create the device."
+ echo "To enable module autoloading run the following command as root and reboot:"
+ echo ""
+ echo " echo sg > /etc/modules-load.d/sg.conf"
+ echo ""
+}
+
+post_upgrade() {
+ post_install $1
+}