PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/package-files/linux/deb/postinst

#
Shell | 3 lines | 2 code | 0 blank | 1 comment | 2 complexity | 7018323ddd5550a85081ffa664e57237 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. #!/bin/sh
  2. set -e
  3. if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi