summaryrefslogtreecommitdiff
path: root/cmake/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/debian/postinst')
-rwxr-xr-xcmake/debian/postinst5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst
index c85dc84c..4d1b1846 100755
--- a/cmake/debian/postinst
+++ b/cmake/debian/postinst
@@ -3,9 +3,6 @@
chmod +x /etc/init.d/accel-pptp
mkdir /var/log/accel-pptp &> /dev/null
-
-if [ -f /tmp/__accel-pptp.conf ]; then
- mv /tmp/__accel-pptp.conf /etc/accel-pptp.conf
-fi
+mkdir /var/run/accel-pptp &> /dev/null
exit 0