source:
extensions/Synchronize_local_directory/maintain.inc.php
@
21591
Last change on this file since 21591 was 12844, checked in by , 13 years ago | |
---|---|
File size: 293 bytes |
Line | |
---|---|
1 | function plugin_install() { |
2 | // Put anything here that should be executed during installation. |
3 | } |
4 | |
5 | function plugin_activate() { |
6 | // Put anything here that should be executed during activation. |
7 | } |
8 | |
9 | function plugin_uninstall() { |
10 | // Put anything here that should be executed during uninstallation. |
11 | } |
Note: See TracBrowser
for help on using the repository browser.