summarylogtreecommitdiffstats
path: root/cewe-monlivrephoto-fnac.install
blob: f70e36b22db6b1515c493ce6fa216c1373bfe555 (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-monlivrephoto-fnac/EULA.txt before'
  echo 'you start using it'
  echo '--------------------------------------------------'

  chmod 775 /usr/share/cewe-monlivrephoto-fnac
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}