#!/bin/bash

set -e

# Dirty hook
if [ ! -d /etc/skel/.config/vlc ]; then
  mkdir -p /etc/skel/.config/vlc
fi
