File: python3-bsddb3.prerm

package info (click to toggle)
python-bsddb3 6.2.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: python: 14,884; ansic: 8,168; makefile: 201; sh: 5
file content (11 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (8)
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