nxagent.preinst 227 Bytes EditWeb IDE 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#