#!/bin/bash

set -e

if [[ "$1" = "purge" ]]; then
	rm -rf /usr/share/fonts/conkycolors
fi
