blob: 644f6f56965c6829a1b00276b512012b6561ba61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
set -e
dpkg-maintscript-helper rm_conffile \
/etc/nxagent/rgb "2:3.5.99.4-1" nxagent -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/nxagent/nxagent.keyboard "2:3.5.99.16-4" nxagent -- "$@"
#DEBHELPER#
|