From e8cd1a0a3770c446875257617a5d530393d883f2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 17 Apr 2020 17:56:16 -0700 Subject: Initial commit --- makemkv.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 makemkv.install (limited to 'makemkv.install') 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 +} -- cgit v1.2.1