Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 07643044cad6db23449585182722fd0e > scriptlet

pptp-linux-1.3.1-1mdk.i586.rpm

POSTIN

/bin/sh
if [ -d /etc/init.d ]; then
        RPM_INIT_DIR=/etc/init.d
elif [ -d /etc/rc.d/init.d ]; then
        RPM_INIT_DIR=/etc/rc.d/init.d
fi
ln -s /usr/sbin/pptp-command $RPM_INIT_DIR/pptp
if [ -x /sbin/chkconfig ]; then
        /sbin/chkconfig pptp reset
fi