File: python-sympy-doc.config

package info (click to toggle)
sympy 1.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,944 kB
  • sloc: python: 460,603; xml: 359; makefile: 162; sh: 59; 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