This website requires JavaScript.
Explore
Help
Sign In
k3nny
/
TISbackup
Watch
1
Star
0
Fork
0
You've already forked TISbackup
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
TISbackup
/
deb
/
prerm
4 lines
64 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
migrate to Python3 (from alejeune)
2022-04-25 10:02:43 +02:00
#!/bin/bash
pyo replaced by pyc in prerm
2022-10-29 11:37:09 +02:00
find /opt/tisbackup/ -name *.pyc -exec rm -f {} \;
Reference in New Issue
Copy Permalink