#!/bin/bash
set -e
if [ -e /etc/skel/.conky ]; then
    echo "INFO: remove nakedconky config"
    rm -Rf /etc/skel/.conky
fi
