~aw/etcsync/trunk

« back to all changes in this revision

Viewing changes to debian/etcsync.postinst

  • Committer: Anders Wallenquist
  • Date: 2010-08-28 15:59:30 UTC
  • Revision ID: anders.wallenquist@vertel.se-20100828155930-9p8anbys25pnpwam
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
if [ -f /etc/cron.d/etcsync ]; then
 
4
        rm -f /etc/cron.d/etcsync
 
5
fi
 
6
 
 
7
#DEBHELPER#