File: manpages-posix-dev.postinst

package info (click to toggle)
manpages-posix 2017a-2
  • links: PTS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 9,440 kB
  • sloc: sh: 34; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

dpkg-maintscript-helper symlink_to_dir \
	/usr/share/doc/manpages-posix-dev /usr/share/doc/manpages-posix 2013a-1~ \
	manpages-posix-dev -- "$@"

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0