summarylogtreecommitdiffstats
path: root/.install
blob: 72f2c584e6c38eaddaf800c13a01b214bf40892d (plain)
1
2
3
4
5
6
7
8
9
# This is a default template for a post-install scriptlet.
# Uncomment only required functions and remove any functions
# you don't need (and this header).


## arg 1:  the old package version
post_remove() {
	rm -rf /opt/teaspeak-server
}