#!/bin/bash # Copyright (c) 2000-2020 Synology Inc. All rights reserved. if [ "${pkgwizard_remove_db}" = true ]; then /var/packages/Contacts/target/tool/contacts-db --drop-db-for-uninstall fi exit 0