slackbuilds_ponce/development/kaaedit/doinst.sh
Dimitris Zlatanidis bb29f4b1f4 development/kaaedit: Added (console text editor).
I keep pysetuptools as a hard-dep because it needs to be rebuilt
against python3 before installing other requirements.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:14 -06: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