code-marketplace: auto updated to 1.81.1-1
This commit is contained in:
parent
e634ef37ee
commit
5f4654cbc5
7 changed files with 1013 additions and 52 deletions
|
|
@ -1,15 +1,16 @@
|
|||
post_install() {
|
||||
/usr/share/code-marketplace/patch.sh
|
||||
/usr/share/code-marketplace/patch.py code-marketplace patch
|
||||
}
|
||||
|
||||
pre_upgrade() {
|
||||
/usr/share/code-marketplace/patch.sh -R
|
||||
/usr/share/code-marketplace/patch.py code-marketplace restore
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
/usr/share/code-marketplace/patch.sh
|
||||
/usr/share/code-marketplace/patch.py code-marketplace patch
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
/usr/share/code-marketplace/patch.sh -R
|
||||
/usr/share/code-marketplace/patch.py code-marketplace restore
|
||||
/usr/bin/rm -f /usr/share/code-marketplace/cache.json
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue