summarylogtreecommitdiffstats
path: root/snx.install
diff options
context:
space:
mode:
Diffstat (limited to 'snx.install')
-rw-r--r--snx.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/snx.install b/snx.install
new file mode 100644
index 000000000000..3cb7965e7b4a
--- /dev/null
+++ b/snx.install
@@ -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
+}
+
+