File: arch.install

package info (click to toggle)
golf 601.4.41-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,824 kB
  • sloc: ansic: 20,020; sh: 1,171; makefile: 292
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
post_install() {
   echo "Setting up man pages..."
   mandb >/dev/null 2>&1 || true
}
post_upgrade() {
   post_install $1
}