blob: 7b86e419a3b328f47cf4aa0a2bf52dd862397886 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
function install(data, reason) {}
function startup(data, reason) {}
function shutdown(data, reason) {}
function uninstall(data, reason) {}
|