]> git.pld-linux.org Git - packages/browser-plugins.git/blobdiff - browser-plugins-update.sh
- allow symlinks in plugindirs
[packages/browser-plugins.git] / browser-plugins-update.sh
index fad24a01eaeb6e17cc158f7addd09c14245aea07..12801c2536d9b100c3811a40af51479cd1a4c169 100644 (file)
@@ -104,11 +104,14 @@ remove_plugins() {
 install_plugins() {
        # link new plugins
        for plugindir in $plugindirs; do
+               echo >&3
+               echo >&3 "check $plugindir"
+
                # skip non-existing plugindirs
                [ -d "$plugindir" ] || continue
 
                cd "$plugindir"
-               find -type f | while read line; do
+               find -type f -o -type l | while read line; do
                        pluginfile="${line#./}"
                        echo >&3 "pluginfile: $pluginfile"
                        for browser in $browsers; do
This page took 0.37993 seconds and 4 git commands to generate.