File: nxml-mode.postinst

package info (click to toggle)
nxml-mode 20041004-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,448 kB
  • ctags: 1,105
  • sloc: lisp: 27,513; xml: 686; makefile: 116; sh: 37
file content (14 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh
# postinst script for nxml-mode
#
# see: dh_installdeb(1)

set -e

if [ "$1" = "configure" ]; then
	install-info --quiet --section "Emacs" "Emacs" --menuentry="nXML Mode" --description="Editing mode for XML files using RELAX NG schemas" /usr/share/info/nxml-mode.info
fi

#DEBHELPER#

exit 0