diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-13 18:35:58 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-13 18:35:58 +0000 |
commit | 0c1326826fd23ce859db8e923c37b7199c6da2c8 (patch) | |
tree | 32759b3626b853225730c3d07b413ee669472994 /debian/rules | |
parent | 6b8147b88eb5ee755ff4477568503b205c79a030 (diff) |
Add cron.daily
* Patch from Michael Vogt to add an optional cron job which can run
apt-get update periodically
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f54334fd9..2dbb9707f 100755 --- a/debian/rules +++ b/debian/rules @@ -211,7 +211,7 @@ apt: build debian/shlibs.local dh_installexamples -p$@ $(BLD)/docs/examples/* dh_installman -p$@ - + dh_installcron -p$@ dh_installdocs -p$@ dh_installchangelogs -p$@ dh_strip -p$@ |