Files
klayout/scripts/deb-data/postrm
T

6 lines
160 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 [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section