| Revision 175, 229 bytes checked in by kazutaka, 17 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | -- update time stamp just after apt-get updated |
| 2 | -- refer to latest updated apt indexes. |
| 3 | |
| 4 | os.execute("touch -m -f `ls -tcd1 /var/lib/apt/lists/* | grep -v lock | grep -v partial | head -n 1` /var/lib/update-watch/run-apt-update") |