summaryrefslogtreecommitdiff
path: root/community/ncmpcpp/ncmpcpp.install
blob: b539969aebfc52f6a4a6a726c3dc3caa64a9aad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pre_install() {
	/bin/true
}
post_install() {
	echo "Example configuration files can be found in"
	echo "/usr/share/doc/ncmpcpp"
}
pre_upgrade() {
	/bin/true
}
post_upgrade() {
	/bin/true
}
pre_remove() {
	/bin/true
}
post_remove() {
	/bin/true
}