1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/dist/debian/arsse.prerm
2021-07-07 08:22:19 -04:00

16 lines
269 B
Bash

#!/bin/sh
set -e
. /usr/share/debconf/confmodule
# Do dbconfig-common prerm stuff
. /usr/share/dbconfig-common/dpkg/prerm
dbc_go arsse "$@"
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0