Initial import
This commit is contained in:
10
snx.install
Normal file
10
snx.install
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user