File: python3-bsddb3.prerm

package info (click to toggle)
python-bsddb3 6.2.6-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,600 kB
  • sloc: python: 14,827; ansic: 8,164; makefile: 266; sh: 5
file content (11 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

case "$1" in remove)
	rm -f /usr/lib/python3.[01]/*-packages/bsddb3/*.py[co]
esac

#DEBHELPER#

exit 0