#!/bin/sh set -e if [ "$1" = purge ]; then # # purge systemd files # rm -f /usr/share/applications/gnome-pie.desktop fi #DEBHELPER#