PKGBUILDs/community/gxmessage/gxmessage.install
2009-10-09 21:15:33 -05:00

8 lines
157 B
Text

post_install() {
echo "Updating desktop and mime database ..."
update-desktop-database -q
}
op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"