This website requires JavaScript.
Explore
Help
Sign In
mobeigi
/
filebot
Watch
1
Star
0
Fork
You've already forked filebot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
017074a3b8
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 08:52:47 +00: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 06:05:03 +00:00
rm -f /usr/local/bin/filebot
+ experimental support for automated build of synology spk packages
2014-07-07 08:52:47 +00:00
exit 0