diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-24 01:37:45 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-24 01:37:45 -0200 |
commit | cd2dc6390319617640841809d363ae82fe997c6a (patch) | |
tree | b2b0effb91870cedc6a21ee98e71df6681357505 /libre/cdrtools-libre/cdrtools.install | |
parent | 38706be32e0ccc576bbeafea5be8a0184134752b (diff) |
cdrtools-libre: adding new package for [libre] repo
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)." +} + |