]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/files/pkg-deinstall.in
Replace YAML with Hjson
[nncp.git] / ports / nncp / files / pkg-deinstall.in
1 #!/bin/sh
2
3 [ "$2" = "POST-DEINSTALL" ] || exit 0
4
5 if [ -e %%PREFIX%%/etc/nncp.hjson ]; then
6         echo "%%PREFIX%%/etc/nncp.hjson with your private keys is not removed!"
7 fi
8
9 exec rmdir /var/spool/nncp