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

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

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

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