summarylogtreecommitdiffstats
path: root/mullerfoto.install
diff options
context:
space:
mode:
Diffstat (limited to 'mullerfoto.install')
-rw-r--r--mullerfoto.install26
1 files changed, 26 insertions, 0 deletions
diff --git a/mullerfoto.install b/mullerfoto.install
new file mode 100644
index 000000000000..bd9e613a8957
--- /dev/null
+++ b/mullerfoto.install
@@ -0,0 +1,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 "$@"