#!/bin/sh

set -e

#DEBHELPER#

if [ -d "/etc/skel/kytos" ]
then
   rm -rf /etc/skel/kytos/
fi
