From 8fb4294d45ccb5f9b1e28a45da239e93fd6f4f15 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Thu, 9 Dec 2010 10:29:57 +0300 Subject: 1.3.1 release --- cmake/debian/postinst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cmake/debian/postinst') 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 -- cgit v1.2.3