File debian.owncloud.postinst of Package owncloud
#!/bin/sh -e # postinst script for owncloud set -e if type a2enconf >/dev/null 2>/dev/null; then a2enconf owncloud || true service apache2 reload || true fi #DEBHELPER# exit 0
#!/bin/sh -e # postinst script for owncloud set -e if type a2enconf >/dev/null 2>/dev/null; then a2enconf owncloud || true service apache2 reload || true fi #DEBHELPER# exit 0