updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mullerfoto-fotostar_de / schleckerfotodigiservice.install
blob3e027a3d5db98b2507ef88c76d39ddd48d13f3df
1 post_install() {
2   echo '--------------------------------------------------'
3   echo 'You *MUST* read and agree to the license stored in'
4   echo '/usr/share/mullerfoto-fotostar_de/EULA.txt before'
5   echo 'you start using it'
6   echo '--------------------------------------------------'
8   chgrp camera /usr/share/mullerfoto-fotostar_de
9   chmod 775 /usr/share/mullerfoto-fotostar_de
11   echo "Add user to group camera to be able to use this program."
12   /bin/true
15 post_upgrade() {
16 /bin/true
19 pre_remove() {
20 /bin/true
23 op=$1
24 shift
26 $op "$@"