source: josm/trunk/linux/tested/DEBIAN/postinst@ 7491

Last change on this file since 7491 was 7481, checked in by Don-vip, 10 years ago

move debian/ubuntu documentation, scripts and resources from internal repo to public one

File size: 185 bytes
Line 
1#!/bin/sh
2set -e
3# Automatically added by dh_installmenu
4if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
5 update-menus
6fi
7# End automatically added section
Note: See TracBrowser for help on using the repository browser.