]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/files/pkg-deinstall.in
0c9f4f1e49d46134be819ef37aed2a3fd17e4e86
[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.yaml ]; then
6         echo "%%PREFIX%%/etc/nncp.yaml with your private keys is not removed!"
7 fi
8
9 exec rmdir /var/spool/nncp