View Single Post
Posts: 118 | Thanked: 45 times | Joined on Dec 2009 @ Germany
#60
Thank you for the rework. Also thank you for the effort you invest (script size doubled).

Unfortunately I still see some issues (and I still did not learn perl ).

The mc package (which I moved away and linked it) seems to be handled correctly now. Thank you .

But now I just saw the following thing.

Report from the actual script version; from your original post (which I used):

Code:
adblock-plus-1.0 : 84.00K	/home/user/.mozilla/microb/adblockplus/patterns.ini
adblock-plus-1.0 : 4.00K	/home/user/.mozilla/microb/adblockplus/patterns-backup1.ini
adblock-plus-1.0 : 20.00K	/home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/components/nsAdblockPlus.js
adblock-plus-1.0 : 1.31M	/home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/chrome/adblockplus.jar
adblock-plus-1.0 : 4.00K	/home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/install.js
adblock-plus-1.0 : 8.00K	/home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/chrome.manifest
adblock-plus-1.0 : 4.00K	/home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/install.rdf
adblock-plus-1.0 : 4.00K	/home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/defaults/preferences/adblockplus.js
adblock-plus-1.0 : total non-opt usage: 1.43M
Code:
l /home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/chrome/adblockplus.jar
-rw-r--r--    1 root     root      1367870 Oct 15 09:08 /home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/chrome/adblockplus.jar
Code:
df /home/user/.mozilla/microb/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/chrome/adblockplus.jar
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/mmcblk0p1        27871100    989128  25466192   4% /home
So I guess there are more filesystem checks needed. Because for me it looks like the addblock-plus reported by the script are not on rootfs. For me "optified" means more "not on rootfs" than in a specific directory. Maybe thats where my problem comes from ^^.

But I would tend to say adblock-plus-1.0 is optified, though it is not in /opt.

Sorry for that trouble .