blob: 6e6a7c56a4ba9762bcc9ae50fc20055e2ecfe490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = spotify
Target = spotify-dev
Target = spotify-edge
Target = spotx
Target = spotx-git
[Action]
Description = Running SpotX after Spotify/SpotX upgrade.
When = PostTransaction
Exec = /bin/sh -c '[ -n "$(pacman -Qq spotify spotify-dev spotify-edge 2>/dev/null)" ] && /usr/bin/spotx -f || true'
Depends = spotx
|