From f77ef3ceb3b828724a60c4838b3524e8f7c5115b Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 14 Jul 2018 19:33:03 +0200 Subject: Debian packaging --- debian/shopsystem.postrm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/shopsystem.postrm (limited to 'debian/shopsystem.postrm') diff --git a/debian/shopsystem.postrm b/debian/shopsystem.postrm new file mode 100644 index 0000000..e3c7621 --- /dev/null +++ b/debian/shopsystem.postrm @@ -0,0 +1,15 @@ +#!/bin/sh +set -e + +if [ -f /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule +fi + +if [ -f /usr/share/dbconfig-common/dpkg/postrm ]; then + . /usr/share/dbconfig-common/dpkg/postrm + dbc_go shopsystem $@ +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3