11 lines
228 B
Plaintext
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
|
|
}
|
|
|
|
|