blob: 3cb7965e7b4a4b5e772c000ccc5d095ef1c68490 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
}
|