dpif-netlink: add GENEVE creation support
[cascardo/ovs.git] / debian / openvswitch-pki.postinst
index ab25795..75b4777 100755 (executable)
@@ -20,7 +20,7 @@ set -e
 case "$1" in
     configure)
         # Create certificate authorities.
-        if test ! -d /usr/share/openvswitch/pki; then
+        if test ! -e /var/lib/openvswitch/pki; then
             ovs-pki init
         fi
         ;;