aboutsummaryrefslogtreecommitdiff
path: root/debian/nxagent.postrm
blob: 8ad000e9b2ad1d516ace80e113bd65082bfd31cf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile \
    /etc/nxagent/rgb "2:3.5.99.4-999" nxagent -- "$@"

#DEBHELPER#