Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
var
/
lib
/
dpkg
/
info
/
//var/lib/dpkg/info/mg.postinst
#!/bin/sh set -e update-alternatives --install /usr/bin/editor editor /usr/bin/mg 30 \ --slave /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/mg.1.gz # Automatically added by dh_installmenu if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus fi # End automatically added section