File: python-apsw-doc.postinst

package info (click to toggle)
python-apsw 3.34.0-r1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,916 kB
  • sloc: python: 10,100; ansic: 9,498; javascript: 8,855; makefile: 18; sh: 7
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eu

if dpkg-maintscript-helper supports symlink_to_dir; then
    dpkg-maintscript-helper \
        symlink_to_dir \
        /usr/share/doc/python-apsw-doc /usr/share/doc/python-apsw \
        3.7.14-r1-1 python-apsw-doc -- "$@"
fi

#DEBHELPER#