This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
filebot
Watch
1
Star
0
Fork
0
You've already forked filebot
mirror of
https://github.com/mitb-archive/filebot
synced
2024-12-26 01:38:57 -05:00
Code
Issues
Releases
Wiki
Activity
1ca8de3ab7
filebot
/
installer
/
deb
/
prerem.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
* setup /usr/bin/filebot via postinst/prerem scripts
2012-06-17 06:43:18 -04:00
#!/bin/sh
* set -DuseCreationDate explicitly depending on each platforms capabilities
2014-01-28 10:38:16 -05:00
# delete caches and logs
filebot -clear-cache
# remove /bin symlink
* setup /usr/bin/filebot via postinst/prerem scripts
2012-06-17 06:43:18 -04:00
rm /usr/bin/filebot
Reference in New Issue
Copy Permalink