summarylogtreecommitdiffstats
path: root/spotcommander.install
blob: c821537bb90a7d4c9564190d46a3313e702aa920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
post_install()
{

echo "
 ---------------------------------------------------------------
 | Installation complete!                                      |
 |                                                             |
 | GO TO THIS WEB PAGE TO COMPLETE THE INSTALLATION:           |
 |                                                             |
 | https://www.olejon.net/code/spotcommander/?install_from_aur |
 ---------------------------------------------------------------
"

}

pre_remove()
{
	spotcommander stop

	rm -f /usr/share/webapps/spotcommander/run/daemon-user-*.socket
	rm -f /usr/bin/spotcommander
	rm -f /etc/httpd/conf/extra/spotcommander.conf
	rm -f /etc/xdg/autostart/spotcommander.desktop	
}