This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
spkitlasso/debian/spkitlasso.postinst

8 lines
242 B
Bash

#! /bin/sh -e
# Automatically added by dh_installdocs
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/spkitlasso
fi
chown www-data /var/lib/spkitlasso
# End automatically added section