#!/bin/sh set -e case "$1" in remove) lliurex-sgbd --remove pykota ;; purge|abort-install|disappear) lliurex-sgbd --purge pykota ;; *) echo "[DEBUG] Unknow action ..." ;; esac #DEBHELPER# exit 0