summarylogtreecommitdiffstats
path: root/mullerfoto.install
blob: bd9e613a895710f9aa0821a321782e33f1a724ba (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_cz/EULA.txt before'
  echo 'you start using it'
  echo '--------------------------------------------------'

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

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

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"