File: postinst

package info (click to toggle)
axe 6.1.2-6.4
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 1,460 kB
  • ctags: 2,249
  • sloc: ansic: 20,650; sed: 361; tcl: 72; makefile: 44; sh: 20
file content (8 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -e

if [ "$1" = "configure" -o "$1" = "upgrade" ]; then
  install-info --quiet --section "General Commands" "General Commands" \
               --description="An editor for X." /usr/share/info/axe.info
fi

#DEBHELPER#