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 }