diff options
Diffstat (limited to 'autoscripts/postinst-menu')
-rw-r--r-- | autoscripts/postinst-menu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu index 2be88247..276a3c0a 100644 --- a/autoscripts/postinst-menu +++ b/autoscripts/postinst-menu @@ -1 +1 @@ -if test -x /usr/bin/update-menus ; then update-menus ; fi +if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi |