X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=debian%2Fnesc.postinst;fp=debian%2Fnesc.postinst;h=9977c68681c4389943fb382a79a93c3e601fbc7a;hp=0000000000000000000000000000000000000000;hb=38be457fa32d3ab0721ec1fc9e5086b745e17468;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/debian/nesc.postinst b/debian/nesc.postinst new file mode 100644 index 0000000..9977c68 --- /dev/null +++ b/debian/nesc.postinst @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi