. lib/lsb/init-functions
if [ ! -f etc/xdg/compton.conf ]; then
   cp etc/xdg/compton.conf{.example,}
   log_success_msg "${WARNING} /etc/xdg/compton.conf created ${NORMAL}"
   log_warning_msg "${WARNING} Double check /etc/xdg/compton.conf and adapted to your needs ${NORMAL}"
fi
