File: python-sqlite-dbg.postinst

package info (click to toggle)
python-sqlite 1.0.1-12
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 424 kB
  • ctags: 670
  • sloc: python: 2,127; ansic: 1,544; makefile: 13; sh: 7
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
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-sqlite-dbg /usr/share/doc/python-sqlite \
        1.0.1-9 python-sqlite-dbg -- "$@"
fi

#DEBHELPER#