summaryrefslogtreecommitdiff
path: root/makemkv.install
diff options
context:
space:
mode:
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
+}