diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/cdemu-daemon/cdemu-daemon.install | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/cdemu-daemon/cdemu-daemon.install')
-rw-r--r-- | community/cdemu-daemon/cdemu-daemon.install | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/community/cdemu-daemon/cdemu-daemon.install b/community/cdemu-daemon/cdemu-daemon.install deleted file mode 100644 index 169ba6ec8..000000000 --- a/community/cdemu-daemon/cdemu-daemon.install +++ /dev/null @@ -1,42 +0,0 @@ -post_install () { - cat <<MSG - > Only users with at a physical terminal or in the 'cdemu' - group can communicate with the system daemon or make use - of a session daemon. - - > If you want to output CD-Audio you need to use a session - daemon, e.g. via "cdemu -b session". If you use ALSA and - not PulseAudio, echo AUDIO_DRIVER=alsa > ~/.cdemu-daemon - - > The daemons are usually started on-demand, but a system - daemon can be manually started via cdemu-daemon.service. - See /etc/conf.d/cdemu-daemon for further configuration. - -MSG - - post_upgrade $1 $1 - - modprobe vhba - - return 0 -} - -post_upgrade () { - if (( $(vercmp $2 2.0.0) < 0)); then - cat <<MSG - > Configuration files and log files have been renamed in - order to bring Arch closer to upstream. In particular, - this affects: - /etc/conf.d/cdemud --> /etc/conf.d/cdemu-daemon - /var/log/cdemud.log --> /var/log/cdemu-daemon.log - ~/.cdemud --> ~/.cdemu-daemon - ~/.cdemud.log --> ~/.cdemu-daemon.log - Please move your configuration. - -MSG - fi - - return 0 -} - -# vim:set ts=2 sw=2 et: |