~usmteam/usm/usm-ftpsync

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Oliver M
  • Date: 2008-02-14 12:25:25 UTC
  • Revision ID: oly@digitaloctave.com-20080214122525-t40vm88tyg4wkhxg
first version of ftp sync plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
/etc/init.d/usm_service.sh stop
 
4
sudo rm -R /usr/share/usm/plugins/usm_ftpsync
 
5
/etc/init.d/usm_service.sh start
 
6