File: python-sympy-doc.postinst

package info (click to toggle)
sympy 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,640 kB
  • sloc: python: 466,476; xml: 359; sh: 238; makefile: 155; lisp: 4
file content (19 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
set -e
#echo "Stage postinst" $1

# Source debconf library.
[ -e /usr/share/debconf/confmodule ] && . /usr/share/debconf/confmodule


db_get python-sympy-doc/live-sympy
# the variable $RET contains either 'true' or 'false'
# let us configure the documentation accordingly
[ -r /usr/share/doc/python-sympy-doc/sympy-live.sh ] && sh /usr/share/doc/python-sympy-doc/sympy-live.sh "$RET"

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0