#!/bin/sh
set -e
#
# Remove installed symbolic link
if [ "$1" = "remove" ]; then
	if [ -L /usr/bin/pijuice_gui ]; then
		rm /usr/bin/pijuice_gui
	fi
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#
