Files
klayout/scripts/deb-data/postinst
T

8 lines
185 B
Bash
Raw Permalink Normal View History

2017-09-10 15:57:21 +02:00
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section