]> git.decadent.org.uk Git - dak.git/blobdiff - tools/dsync-0.0/debian/postinst
Added another tool used in dak (and placed nowhere else), dsync
[dak.git] / tools / dsync-0.0 / debian / postinst
diff --git a/tools/dsync-0.0/debian/postinst b/tools/dsync-0.0/debian/postinst
new file mode 100755 (executable)
index 0000000..0b7518b
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = "configure" ] ; then
+  ldconfig
+fi