summarylogtreecommitdiffstats
path: root/cewe-fotobuch.install
diff options
context:
space:
mode:
authorManuel Conzelmann2015-06-16 22:26:34 +0200
committerManuel Conzelmann2015-06-16 22:26:34 +0200
commit6870f9cd385c3471186942cc6ca5c127565e2c72 (patch)
tree1b75d5f317414dc927252f92c6d00da3fa638749 /cewe-fotobuch.install
downloadaur-6870f9cd385c3471186942cc6ca5c127565e2c72.tar.gz
Initial import
Diffstat (limited to 'cewe-fotobuch.install')
-rw-r--r--cewe-fotobuch.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/cewe-fotobuch.install b/cewe-fotobuch.install
new file mode 100644
index 000000000000..963d713a2127
--- /dev/null
+++ b/cewe-fotobuch.install
@@ -0,0 +1,18 @@
+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
+} \ No newline at end of file