summarylogtreecommitdiffstats
path: root/spotify-blur-me-not.install
blob: aa413d8adb7614bc688036332ebc67990cce9b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo >&2 'Enabling Wayland (ozone) for spotify...'
  /usr/share/libalpm/scripts/spotify-blur-me-not-patch
}

post_upgrade() {
  echo >&2 'Enabling Wayland (ozone) for spotify...'
  /usr/share/libalpm/scripts/spotify-blur-me-not-patch
}

pre_remove() {
  echo >&2 'Undoing modifications to spotify...'
  /usr/share/libalpm/scripts/spotify-blur-me-not-unpatch
}