diff options
Diffstat (limited to 'libre/cdrtools-libre/cdrtools.install')
-rw-r--r-- | libre/cdrtools-libre/cdrtools.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/cdrtools-libre/cdrtools.install b/libre/cdrtools-libre/cdrtools.install new file mode 100644 index 000000000..3f49eb1bb --- /dev/null +++ b/libre/cdrtools-libre/cdrtools.install @@ -0,0 +1,14 @@ + +post_install() { + echo "To allow other users than root execute rscsi add an entry" + echo "to /etc/default/rscsi or use an \"rscsi\" user" + echo "" + post_upgrade +} + +post_upgrade() { + echo "The manual loading (or loading using rc.conf)" + echo "of the 'sg' module is no longer necessary." + echo "It is automatically loaded during boot by systemd-tools (udev 185)." +} + |