]> Cypherpunks.ru repositories - nncp.git/blobdiff - ports/nncp/files/pkg-deinstall.in
Replace YAML with Hjson
[nncp.git] / ports / nncp / files / pkg-deinstall.in
index 0c9f4f1e49d46134be819ef37aed2a3fd17e4e86..76a8b973190d4ce015ae00557c69bfc9c9a571e1 100644 (file)
@@ -2,8 +2,8 @@
 
 [ "$2" = "POST-DEINSTALL" ] || exit 0
 
-if [ -e %%PREFIX%%/etc/nncp.yaml ]; then
-       echo "%%PREFIX%%/etc/nncp.yaml with your private keys is not removed!"
+if [ -e %%PREFIX%%/etc/nncp.hjson ]; then
+       echo "%%PREFIX%%/etc/nncp.hjson with your private keys is not removed!"
 fi
 
 exec rmdir /var/spool/nncp