File: postrm

package info (click to toggle)
backintime 0.9.26-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,992 kB
  • ctags: 447
  • sloc: python: 4,542; xml: 526; sh: 185; makefile: 20
file content (4 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh
rm -rf /usr/share/backintime/common/*.pyc
rm -rf /usr/share/backintime/plugins/*.pyc
exit 0