View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7514
Wait a little and try again. or run: pkill pkgmgrd twice and try again. or do it manually:
Code:
apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openssl libpkcs11-helper1

PS:
This is what tweak include:
Code:
devel-su user -c "/etc/init.d/openvpn stop >/dev/null 2> /dev/null"
rm -f /etc/init/apps/aopenvpn-icon-changer.conf
ststus=$(sed -n 10p /etc/dbus-1/system.d/dnsmasq.conf | awk '{print $2}' | cut -d'"' -f2)
if [[ $status == "default" ]]; then
:
else
sed -i "/<policy user=\"user\">/,/policy context=\"default\">/c\\
        <policy context=\"default\"> " /etc/dbus-1/system.d/dnsmasq.conf
fi
rm -f /usr/share/applications/flushdns* && devel-su user -c "rm -f /home/user/.local/share/applications/openvpn*"
cd /usr/share/icons/hicolor/80x80/apps && rm -f *openvpn80* flushd* && cd /usr/share/icons/hicolor/64x64/apps && rm -f *openvpn64* flushd*
cd /etc/openvpn && rm -f vpn.conf log.txt 12vpn.sh
apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openssl libpkcs11-helper1
 

The Following User Says Thank You to Schturman For This Useful Post: