lemonldap-ng/build/lemonldap-ng/debian/postinst

8 lines
137 B
Bash
Executable File

#!/bin/bash
# Maintainer: #DEBHELPER#
if [ "$1" = "configure" ]
then
chown -R www-data /usr/share/doc/lemonldap-ng/examples/conf
fi