code-marketplace: auto updated to 1.78.0-1
This commit is contained in:
parent
9ad11aeb7f
commit
ba2f9c7c5e
4 changed files with 86 additions and 0 deletions
15
repo/code-marketplace/code-marketplace.install
Normal file
15
repo/code-marketplace/code-marketplace.install
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue