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

pre_upgrade() {
  /usr/share/code-features-insiders/patch.py code-features-insiders restore
}

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

pre_remove() {
  /usr/share/code-features-insiders/patch.py code-features-insiders restore
  /usr/bin/rm -f /usr/share/code-features/cache.json
}