summarylogtreecommitdiffstats
path: root/spotcommander.install
blob: 791227f334260840d27c8e8d11d7e5909f07b51b (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:          |
 |                                                            |
 | http://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	
}