File: python3-minimal.prerm

package info (click to toggle)
python3-defaults 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,948 kB
  • ctags: 130
  • sloc: python: 1,222; makefile: 375; sh: 105
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#! /bin/sh 
set -e

rm -rf /usr/share/python3/__pycache__
rm -rf /usr/share/python3/debpython/__pycache__

#DEBHELPER#