File: postrm

package info (click to toggle)
backintime 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,092 kB
  • sloc: python: 6,558; sh: 297; xml: 157; makefile: 107
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