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