ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/bc.postrm

6 lines
165 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installmenu/13.6ubuntu1
if [ -x "`command -v update-menus`" ]; then update-menus ; fi
# End automatically added section