summaryrefslogtreecommitdiff
path: root/cmake/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/debian/postinst')
-rwxr-xr-xcmake/debian/postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst
index 4d1b1846..a039b4f4 100755
--- a/cmake/debian/postinst
+++ b/cmake/debian/postinst
@@ -1,8 +1,8 @@
#!/bin/sh
-chmod +x /etc/init.d/accel-pptp
+chmod +x /etc/init.d/accel-ppp
-mkdir /var/log/accel-pptp &> /dev/null
-mkdir /var/run/accel-pptp &> /dev/null
+mkdir /var/log/accel-ppp &> /dev/null
+mkdir /var/run/accel-ppp &> /dev/null
exit 0