You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
ln -is ../../../../share/images/icons drivers/firefox/skin/images/
|
|
|
|
ln -is ../../../../share/js/lib drivers/firefox/content/js/
|
|
|
|
ln -is ../../../../share/js/apps.js drivers/firefox/content/js/
|
|
|
|
ln -is ../../../../share/js/wappalyzer.js drivers/firefox/content/js/
|
|
|
|
|
|
|
|
ln -is ../../../share/images/icons drivers/html/images/
|
|
|
|
ln -is ../../../share/js/lib drivers/html/js/
|
|
|
|
ln -is ../../../share/js/apps.js drivers/html/js/
|
|
|
|
ln -is ../../../share/js/wappalyzer.js drivers/html/js/
|
|
|
|
|