Changeset 2769
- Timestamp:
- 09/02/10 00:28:42 (3 years ago)
- Location:
- alternc-philesight/trunk/debian
- Files:
-
- 2 edited
- 1 moved
-
cron.weekly (moved) (moved from alternc-philesight/trunk/debian/create-philesight.cron.daily) (1 diff)
-
postinst (modified) (1 diff)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc-philesight/trunk/debian/cron.weekly
r2768 r2769 9 9 DIR_PHILESIGHT=/var/alternc/philesight 10 10 11 rm -r $DIR_PHILESIGHT/* 11 if [ "$(ls -A $DIR_PHILESIGHT)" ]; then 12 rm -r $DIR_PHILESIGHT/* 13 fi 14 echo "Creating Philesight indexation" 12 15 /usr/lib/alternc/philesight --db $DIR_PHILESIGHT"/server.db" --index $INDEX_DIR 16 echo "Index created" -
alternc-philesight/trunk/debian/postinst
r2768 r2769 22 22 23 23 mkdir -p /var/alternc/philesight 24 /etc/cron. daily/create-philesight24 /etc/cron.weekly/alternc-philesight 25 25 ;; 26 26 -
alternc-philesight/trunk/debian/rules
r2764 r2769 74 74 # dh_installmime 75 75 # dh_installinit 76 dh_installcron --name=create-philesight76 dh_installcron 77 77 # dh_installinfo 78 78 dh_installman
Note: See TracChangeset
for help on using the changeset viewer.
