Current File : /var/lib/dpkg/info/mariadb-client-10.5.postinst
#!/bin/sh
set -e
# Automatically added by dh_installmenu/13.3.4
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section