slackbuilds_ponce/network/qwit/doinst.sh
Larry Hajali d763644dfb network/qwit: Updated for version 1.1_pre2.
Since Twitter disabled one the auth styles in favor of oauth,
we have to update the clients (as needed) to support oauth.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-09-12 23:08:52 -05:00

3 lines
129 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi