* Remove use of deprecated functions from the string module
[mirror/userdir-ldap.git] / debian / postinst
1 #! /bin/bash -e
2 #
3 #DEBHELPER#
4 if [ "$1" = "configure" ]
5 then
6     test ! -f /usr/local/bin/ud-replicate || rm -f /usr/local/bin/ud-replicate
7 fi
8 exit 0