summarylogtreecommitdiffstats
path: root/cewe-fotobuch.install
blob: 963d713a2127cc7433575026601a455a70962ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}