File: postinst

package info (click to toggle)
iproute 991023-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 932 kB
  • ctags: 767
  • sloc: ansic: 12,199; sh: 1,018; makefile: 172; perl: 100
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

# FHS:
if [ "$1" = "configure" -a -d /usr/doc -a ! -e /usr/doc/iproute ]; then
  ln -sf ../share/doc/iproute /usr/doc/iproute
fi