#!/bin/bash
post_install() {printf"==> Run 'findpkg --update' to initialize the database\n"}
post_remove() {# the database might not be removed, notify the userif[[-f/var/lib/findpkg/database ]];thenprintf"==> var/lib/findpkg/database has not been removed\n"fi}