updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nerolinux / nerolinux.install
blobfbddba1a2e92708c9f268588e0e74696a14e5c3e
1 # arg 1:  the new package version
2 post_install() {
3   echo "For Nero to be able to detect CD/DVD drives,"
4   echo "add yourself to the 'optical' group."
5   echo "If you have HAL installed it needs to be"
6   echo "running or Nero will fail to start."
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade() {
12   echo "For Nero to be able to detect CD/DVD drives,"
13   echo "add yourself to the 'optical' group."
14   echo "If you have HAL installed it needs to be"
15   echo "running or Nero will fail to start."
18 # arg 1:  the old package version
19 pre_remove() {
20   /bin/true
23 op=$1
24 shift
26 $op $*