summarylogtreecommitdiffstats
path: root/sstp-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'sstp-client.install')
-rw-r--r--sstp-client.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/sstp-client.install b/sstp-client.install
new file mode 100644
index 000000000000..e08872b99e78
--- /dev/null
+++ b/sstp-client.install
@@ -0,0 +1,21 @@
+rmstate() {
+ /bin/true
+}
+
+post_install() {
+ /bin/true
+}
+
+post_upgrade() {
+ rm -f /run/sstpc/*
+}
+
+pre_remove() {
+ rm -f /run/sstpc/*
+}
+
+op=$1
+shift
+
+$op "$@"
+