File: python-apsw-doc.postrm

package info (click to toggle)
python-apsw 3.24.0-r1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,908 kB
  • sloc: python: 9,800; ansic: 9,391; makefile: 87; 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#