#!/bin/sh

[ -f /etc/default/ltsp-client-setup ] && . /etc/default/ltsp-client-setup
for f in $bindfiles; do
    [ -f "$f" ] || touch "$f"
done
