summarylogtreecommitdiffstats
path: root/code-features-insiders.install
diff options
context:
space:
mode:
Diffstat (limited to 'code-features-insiders.install')
-rw-r--r--code-features-insiders.install9
1 files changed, 5 insertions, 4 deletions
diff --git a/code-features-insiders.install b/code-features-insiders.install
index 6736e7e0ed1c..5d4e8d17fc73 100644
--- a/code-features-insiders.install
+++ b/code-features-insiders.install
@@ -1,15 +1,16 @@
post_install() {
- /usr/share/code-features-insiders/patch.sh
+ /usr/share/code-features-insiders/patch.py code-features-insiders patch
}
pre_upgrade() {
- /usr/share/code-features-insiders/patch.sh -R
+ /usr/share/code-features-insiders/patch.py code-features-insiders restore
}
post_upgrade() {
- /usr/share/code-features-insiders/patch.sh
+ /usr/share/code-features-insiders/patch.py code-features-insiders patch
}
pre_remove() {
- /usr/share/code-features-insiders/patch.sh -R
+ /usr/share/code-features-insiders/patch.py code-features-insiders restore
+ /usr/bin/rm -f /usr/share/code-features/cache.json
}