Initial import

This commit is contained in:
felmur
2015-11-02 11:50:07 +01:00
commit fdbf03bed0
3 changed files with 73 additions and 0 deletions

10
snx.install Normal file
View 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
}