File: preinst

package info (click to toggle)
duplicity 3.0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,620 kB
  • sloc: python: 25,580; sh: 976; ansic: 392; makefile: 83
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (14)
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#