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