File: postinst

package info (click to toggle)
quintuple-agent 1.0.4-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,956 kB
  • ctags: 1,287
  • sloc: ansic: 11,724; sh: 3,999; makefile: 387; yacc: 316; sed: 16
file content (7 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = "configure" ]; then
	install-info --quiet --section Miscellaneous Miscellaneous --menuentry="Quintuple Agent" --description="A program that stores secrets for you." /usr/share/info/q-agent.info
fi

#DEBHELPER#