summarylogtreecommitdiffstats
path: root/schleckerfotodigiservice.install
blob: 3e027a3d5db98b2507ef88c76d39ddd48d13f3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
  echo '--------------------------------------------------'
  echo 'You *MUST* read and agree to the license stored in'
  echo '/usr/share/mullerfoto-fotostar_de/EULA.txt before'
  echo 'you start using it'
  echo '--------------------------------------------------'

  chgrp camera /usr/share/mullerfoto-fotostar_de
  chmod 775 /usr/share/mullerfoto-fotostar_de

  echo "Add user to group camera to be able to use this program."
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"