blob: b9fb1620f7ba60b12acfcfd4d13d5cdf7a82ab66 (
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-999" nxagent -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/nxagent/nxagent.keyboard "2:3.5.99.4-999" nxagent -- "$@"
#DEBHELPER#
|