/etc/apt/apt.conf.d/90med-config is in med-config 3.0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | /*
* APT configuration file for med-config package
*/
DPkg {
Post-Invoke {"test -f /var/run/med-config.usermenu && if [ -x /usr/sbin/blend-update-usermenus ] ; then /usr/sbin/blend-update-usermenus med ; fi ; rm -f /var/run/med-config.usermenu";};
}
|