From 41c79bfc6abb1f588026e7527e3f2d2d751a9f9c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 6 Feb 2017 15:20:18 +0100 Subject: debian/nxagent.*: Drop conffile /etc/nxagent/rgb utilizing dpkg-maintscript-helper. --- debian/nxagent.postinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 debian/nxagent.postinst (limited to 'debian/nxagent.postinst') diff --git a/debian/nxagent.postinst b/debian/nxagent.postinst new file mode 100755 index 000000000..8ad000e9b --- /dev/null +++ b/debian/nxagent.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +dpkg-maintscript-helper rm_conffile \ + /etc/nxagent/rgb "2:3.5.99.4-999" nxagent -- "$@" + +#DEBHELPER# -- cgit v1.2.3