summarylogtreecommitdiffstats
path: root/code-features.install
blob: 585977fba0f6a49d7c9f5df8aec48f36a86c7270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  /usr/share/code-features/patch.sh
}

pre_upgrade() {
  /usr/share/code-features/patch.sh -R
}

post_upgrade() {
  /usr/share/code-features/patch.sh
}

pre_remove() {
  /usr/share/code-features/patch.sh -R
}