summarylogtreecommitdiffstats
path: root/vscodium-electron-marketplace.install
blob: 9d94b5234b03c825fe402f74e9b347547e2217d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  /usr/lib/vscodium/patch.py
}

pre_upgrade() {
  /usr/lib/vscodium/patch.py -R
}

post_upgrade() {
  /usr/lib/vscodium/patch.py
}

pre_remove() {
  /usr/lib/vscodium/patch.py -R
}