summarylogtreecommitdiffstats
path: root/mullerfoto.install
diff options
context:
space:
mode:
authoroli2015-06-12 21:55:28 +0200
committeroli2015-06-12 21:55:28 +0200
commit93c68b64a5e88245863bc674554bca921a52f711 (patch)
treecadb81d2ae77888c2a97a6aace4ac7d3bf24ba71 /mullerfoto.install
downloadaur-93c68b64a5e88245863bc674554bca921a52f711.tar.gz
Initial import
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 "$@"