summarylogtreecommitdiffstats
path: root/aide-bin-marketplace.install
blob: da028c1ebedbebef740ce8f861630344cec52ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  /opt/aide/resources/app/patch.py
}

pre_upgrade() {
  /opt/aide/resources/app/patch.py -R
}

post_upgrade() {
  /opt/aide/resources/app/patch.py
}

pre_remove() {
  /opt/aide/resources/app/patch.py -R
}