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-23 16:28:51 -05:00
Code
Issues
Releases
Wiki
Activity
b02ec3ab4e
filebot
/
installer
/
spk
/
scripts
/
preuninst
7 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
+ experimental support for automated build of synology spk packages
2014-07-07 04:52:47 -04:00
#!/bin/sh
# remove /bin symlink
* synology os removes /usr/syno/bin/* links on upgrade, so lets try to put our symlink to /usr/local/bin/
2015-01-13 01:05:03 -05:00
rm -f /usr/local/bin/filebot
+ experimental support for automated build of synology spk packages
2014-07-07 04:52:47 -04:00
exit 0
Reference in New Issue
Copy Permalink