parent
70a9460d13
commit
9c0ff2e6b8
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 847 B |
@ -1,26 +1,24 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ln -f share/images/icons/* drivers/firefox/skin/images/icons
|
ln -f share/images/icons/* drivers/firefox/skin/images/icons
|
||||||
ln -f share/js/lib/jquery.min.js drivers/firefox/content/js/lib
|
ln -f share/apps.json drivers/firefox/content
|
||||||
ln -f share/apps.json drivers/firefox/content
|
ln -f share/js/wappalyzer.js drivers/firefox/content/js
|
||||||
ln -f share/js/wappalyzer.js drivers/firefox/content/js
|
|
||||||
|
|
||||||
ln -f share/images/icons/* drivers/firefox-jetpack/images/icons
|
ln -f share/images/icons/* drivers/firefox-jetpack/images/icons
|
||||||
ln -f share/apps.json drivers/firefox-jetpack/data
|
ln -f share/apps.json drivers/firefox-jetpack/data
|
||||||
ln -f share/js/wappalyzer.js drivers/firefox-jetpack/lib
|
ln -f share/js/wappalyzer.js drivers/firefox-jetpack/lib
|
||||||
|
|
||||||
ln -f share/images/icons/* drivers/chrome/images/icons
|
ln -f share/images/icons/* drivers/chrome/images/icons
|
||||||
ln -f share/js/lib/jquery.min.js drivers/chrome/js/lib
|
ln -f share/apps.json drivers/chrome
|
||||||
ln -f share/apps.json drivers/chrome
|
ln -f share/js/wappalyzer.js drivers/chrome/js
|
||||||
ln -f share/js/wappalyzer.js drivers/chrome/js
|
|
||||||
|
|
||||||
ln -f share/images/icons/* drivers/bookmarklet/images/icons
|
ln -f share/images/icons/* drivers/bookmarklet/images/icons
|
||||||
ln -f share/apps.json drivers/bookmarklet/json
|
ln -f share/apps.json drivers/bookmarklet/json
|
||||||
ln -f share/js/wappalyzer.js drivers/bookmarklet/js
|
ln -f share/js/wappalyzer.js drivers/bookmarklet/js
|
||||||
|
|
||||||
ln -f share/images/icons/* drivers/html/images/icons
|
ln -f share/images/icons/* drivers/html/images/icons
|
||||||
ln -f share/apps.json drivers/html
|
ln -f share/apps.json drivers/html
|
||||||
ln -f share/js/wappalyzer.js drivers/html/js
|
ln -f share/js/wappalyzer.js drivers/html/js
|
||||||
|
|
||||||
ln -f share/apps.json drivers/php
|
ln -f share/apps.json drivers/php
|
||||||
ln -f share/js/wappalyzer.js drivers/php/js
|
ln -f share/js/wappalyzer.js drivers/php/js
|
||||||
|
Loading…
Reference in new issue