I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1d842f02 authored by kytv's avatar kytv
Browse files

If dpkg -P i2p is run, remove /etc/default/i2p

parent 258effcc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
if [ "$1" = "purge" ]; then
rm -f /etc/default/i2p
fi
#DEBHELPER#
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment