/etc/apt/apt.conf.d/90junior-config is in junior-config 1.26ubuntu2.
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 junior-config package
*/
DPkg {
Post-Invoke {"test -f /var/run/junior-config.usermenu && if [ -x /usr/sbin/blend-update-usermenus ] ; then /usr/sbin/blend-update-usermenus junior ; fi ; rm -f /var/run/junior-config.usermenu";};
}
|