blob: 2b8379ded29f50a45dc9c850708e0da82a5beff5 [file] [log] [blame]
#!/bin/sh -e
if [ "$1" != "configure" ]; then
exit 0
fi
APP=ndns
if [ ! -d /var/lib/ndns ]; then
sudo mkdir -p /var/lib/ndns
sudo chown -R ndns:ndns /var/lib/ndns
fi
#DEBHELPER#
exit 0