source: projects/update-watch/tags/1.1.1/update-watch.lua @ 175

Revision 175, 229 bytes checked in by kazutaka, 15 years ago (diff)

update-watch をインポート

  • Property svn:executable set to *
Line 
1-- update time stamp just after apt-get updated
2-- refer to latest updated apt indexes.
3
4os.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")
Note: See TracBrowser for help on using the repository browser.