summarylogtreecommitdiffstats
path: root/spotify-remove-ad-banner.install
blob: 45d322d3a139c773caf04e5ae48eb07c461df151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  /usr/share/spotify-remove-ad-banner/remove.sh
}

pre_upgrade() {
  /usr/share/spotify-remove-ad-banner/restore.sh
}

post_upgrade() {
  /usr/share/spotify-remove-ad-banner/remove.sh
}

pre_remove() {
  /usr/share/spotify-remove-ad-banner/restore.sh
}