File: jam.postinst

package info (click to toggle)
jam 2.6.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,220 kB
  • sloc: ansic: 9,035; yacc: 443; sh: 121; makefile: 45
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

update-alternatives --install /usr/bin/jam jam /usr/bin/jam.perforce 12 \
    --slave /usr/share/man/man1/jam.1.gz jam.1.gz /usr/share/man/man1/jam.perforce.1.gz

#DEBHELPER#