tiny-slitaz rev 13
helper: show disk size for modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 08 23:57:16 2016 +0100 (2016-02-08) |
parents | 4f59e782a307 |
children | d076e7a5f3ae |
files | helper |
line diff
1.1 --- a/helper Sun Feb 07 15:48:52 2016 +0100 1.2 +++ b/helper Mon Feb 08 23:57:16 2016 +0100 1.3 @@ -148,7 +148,8 @@ 1.4 <th>Module</th> 1.5 <th>Version</th> 1.6 <th>Description</th> 1.7 - <th>Size</th> 1.8 + <th>Disk</th> 1.9 + <th>Memory</th> 1.10 <th> </th> 1.11 </tr> 1.12 </thead> 1.13 @@ -174,6 +175,7 @@ 1.14 <td>${PACKAGE#module-}</td> 1.15 <td>$VERSION</td> 1.16 <td>$SHORT_DESC</td> 1.17 + <td>$PACKED_SIZE</td> 1.18 <td>$UNPACKED_SIZE</td> 1.19 <td>$(grep -qs ^config_form $i && echo '»')</td> 1.20 </tr>