slackbuilds_ponce/development/eagle/doinst.sh
Kyle Guinn 8b610bdb19 development/eagle: Updated for version 7.2.0 + new maintainer.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
2015-02-15 07:56:32 +07:00

12 lines
331 B
Bash

#!/bin/sh
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi