File: postinst

package info (click to toggle)
git 4.3.20-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,368 kB
  • ctags: 3,563
  • sloc: ansic: 22,937; sh: 5,024; makefile: 221
file content (7 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e

install-info --quiet --section "General commands" "General commands" \
	/usr/share/info/git.info.gz

#DEBHELPER#