[BACK]Return to openxm-binary.postinst CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / Debian / debian

File: [local] / OpenXM / misc / packages / Linux / Debian / debian / openxm-binary.postinst (download)

Revision 1.2, Thu Feb 26 13:22:48 2004 UTC (20 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.1: +4 -1 lines

Fixed bugs for adding menu for kde.

#!/bin/sh
if [ "$1" = "configure" -a -x /usr/bin/update-menus ] ; then 
  update-menus ; 
fi