source: josm/trunk/linux/latest/DEBIAN/postrm@ 15916

Last change on this file since 15916 was 15916, checked in by simon04, 4 years ago

fix #18756 - Fix shellcheck warnings of shellscripts

  • Property svn:executable set to *
File size: 161 bytes
RevLine 
[7481]1#!/bin/sh
2set -e
3# Automatically added by dh_installmenu
[15916]4if [ -x "$(which update-menus 2>/dev/null)" ]; then update-menus ; fi
[7481]5# End automatically added section
Note: See TracBrowser for help on using the repository browser.