File: python-sympy-doc.config

package info (click to toggle)
sympy 1.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 37,052 kB
  • sloc: python: 426,614; xml: 359; sh: 318; makefile: 138; lisp: 4
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

. /usr/share/debconf/confmodule

# Package maintainer's commands follow:
db_input high python-sympy-doc/live-sympy || true
db_go
# End of package maintainer's commands

exit 0