Cut new release with debian builds

This commit is contained in:
Luke
2020-05-02 20:55:32 +12:00
parent f12bb1d4f6
commit b5c7a47249
12 changed files with 95 additions and 3 deletions

16
debian/rog-core.postrm vendored Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
set -e
case "$1" in
remove)
rm -f /etc/rogcore.conf
;;
*)
;;
esac
#DEBHELPER#
exit 0