projects
/
curcy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Now using simplier debian/install system instead of Makefile
[curcy.git]
/
debian
/
cron.weekly
diff --git
a/debian/cron.weekly
b/debian/cron.weekly
index 2fbe83a51dd06d7a147039109246fbc1db81f4ce..c0ace30f326afc924435b9c6f19ed683f73a8151 100644
(file)
--- a/
debian/cron.weekly
+++ b/
debian/cron.weekly
@@
-1,2
+1,5
@@
#!/bin/sh
-/usr/sbin/update-curcy
+
+# Test whether the file is still ok
+# It's not true when the package has been removed, but not purged
+test -x /usr/sbin/update-curcy && /usr/sbin/update-curcy