#!/bin/sh

set -e

mkdir -p /var/lib/extplorer/ftp_tmp
chmod 1777 /var/lib/extplorer/ftp_tmp

touch /etc/extplorer/.htusers.php
chmod 664 /etc/extplorer/.htusers.php
chgrp www-data /etc/extplorer/.htusers.php

#DEBHELPER#

exit 0
