summaryrefslogtreecommitdiff
path: root/community/cdrtools/cdrtools.install
blob: af3800716dc8af92143fc9199ff94de1b8e6ad02 (plain)
1
2
3
4
5
6
7
8
9
10

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 ""
  echo "If you get folowing error while executing \"cdrecord --scanbus\":"
  echo "  No such file or directory. Cannot open '/dev/pg*'. Cannot open or use SCSI driver."
  echo "you may need to load the sg module manually using \"modprobe sg\"."
}