File: preinst

package info (click to toggle)
duplicity 0.7.11-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,364 kB
  • ctags: 1,988
  • sloc: python: 16,780; sh: 344; ansic: 343; makefile: 59
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#!/bin/sh -e

# fix my previous errors

rm -rf /usr/lib/python2.2/site-packages/duplicity/
rm -rf /usr/lib/python2.3/site-packages/duplicity/

#DEBHELPER#