post_install() { echo '--------------------------------------------------' echo 'You *MUST* read and agree to the license stored in' echo '/usr/share/cewe-fotobuch/EULA.txt before' echo 'you start using it' echo '--------------------------------------------------' chmod 775 /usr/share/cewe-fotobuch /bin/true } post_upgrade() { /bin/true } pre_remove() { /bin/true }