File: prerm

package info (click to toggle)
python-support 1.0.15
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 244 kB
  • ctags: 130
  • sloc: python: 732; perl: 249; sh: 31; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

#DEBHELPER#

# Don't fail if this command fails, it's not important enough.
# In this case, make the cleanup by hand.
update-python-modules -c -b python-support.private || \
	rm -f /usr/share/python-support/private/*.pyc