code-marketplace: auto updated to 1.78.0-1

This commit is contained in:
Lilac 2023-05-15 06:23:33 +00:00
parent 9ad11aeb7f
commit ba2f9c7c5e
4 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,15 @@
post_install() {
/usr/share/code-marketplace/patch.sh
}
pre_upgrade() {
/usr/share/code-marketplace/patch.sh -R
}
post_upgrade() {
/usr/share/code-marketplace/patch.sh
}
pre_remove() {
/usr/share/code-marketplace/patch.sh -R
}