PKGBUILDs/community/gxmessage/gxmessage.install

9 lines
157 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo "Updating desktop and mime database ..."
update-desktop-database -q
}
op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"