File: xmorph.postinst

package info (click to toggle)
xmorph 1%3A20050408b
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,712 kB
  • ctags: 2,109
  • sloc: ansic: 24,471; sh: 11,182; cpp: 1,546; makefile: 954; sed: 16
file content (11 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if [ "$1" = "configure" ]; then
install-info --quiet --section "Graphics" "Graphics" \
             --description="Morphing program" \
             --menuentry="Xmorph" /usr/share/info/xmorph.info
fi

#DEBHELPER#

exit 0