ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/transmission-gtk.postinst

8 lines
190 B
Bash
Executable File

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