summarylogtreecommitdiffstats
path: root/spotify.install
blob: f22bca23bf7269eb34f5b3ac44b6f5a417d26c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    cd /usr/share/spotify/spotify-client
    ./register.sh
}

post_upgrade() {
	post_install
}

pre_remove() {
    cd /usr/share/spotify/spotify-client
    ./unregister.sh
}