. /** * Provides code to be executed during the module uninstallation * * @package mod_appstream * @copyright 2018 Amazon.com, Inc. and its affiliates. All Rights Reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 */ /** * Custom uninstallation procedure */ function xmldb_appstream_uninstall() { return true; }