12 lines
227 B
Bash
Executable File
12 lines
227 B
Bash
Executable File
#!/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#
|