summarylogtreecommitdiffstats
path: root/sstp-client.install
blob: e08872b99e78d93b0f40c559b411626084c61e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
rmstate() {
  /bin/true
}

post_install() {
  /bin/true
}

post_upgrade() {
  rm -f /run/sstpc/*
}

pre_remove() {
  rm -f /run/sstpc/*
}

op=$1
shift

$op "$@"