slackbuilds_ponce/office/kile/doinst.sh

4 lines
115 B
Bash
Raw Normal View History

2010-05-11 15:03:03 +02:00
if [ -x usr/bin/update-desktop-database ]; then
2010-05-11 19:46:14 +02:00
usr/bin/update-desktop-database -q usr/share/applications
2010-05-11 15:03:03 +02:00
fi
2010-05-11 19:46:14 +02:00