File: python-apsw-doc.postrm

package info (click to toggle)
python-apsw 3.46.0.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,684 kB
  • sloc: python: 13,125; ansic: 12,334; javascript: 911; makefile: 10; 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#