snx-htwk-AUR/snx.install
2015-11-02 11:50:07 +01:00

11 lines
228 B
Plaintext

# 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
pre_remove() {
rm -rf /etc/snx
}