#!/bin/sh set -e case "$1" in configure) chown -R www-data: /var/lib/plinth /var/log/plinth ;; esac #DEBHELPER# exit 0