File: manpages-posix-dev.postinst

package info (click to toggle)
manpages-posix 2013a-2
  • links: PTS
  • area: non-free
  • in suites: buster, stretch
  • size: 9,464 kB
  • ctags: 5
  • sloc: makefile: 45; sh: 34
file content (15 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

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