]> git.decadent.org.uk Git - dak.git/blob - tools/dsync-0.0/debian/postinst
we dont like -p, use shutil.copy instead of .copy2
[dak.git] / tools / dsync-0.0 / debian / postinst
1 #! /bin/sh
2 set -e
3
4 if [ "$1" = "configure" ] ; then
5   ldconfig
6 fi