source: extensions/Synchronize_local_directory/maintain.inc.php @ 31980

Last change on this file since 31980 was 12844, checked in by RMM, 12 years ago

first commit

File size: 293 bytes
Line 
1function plugin_install() {
2// Put anything here that should be executed during installation.
3}
4
5function plugin_activate() {
6// Put anything here that should be executed during activation.
7}
8
9function plugin_uninstall() {
10// Put anything here that should be executed during uninstallation.
11}
Note: See TracBrowser for help on using the repository browser.