From 389e11a4d107ec07397487988add95bee234f95f Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 12 Dec 2015 11:46:45 -0600 Subject: system/gnome-disk-utility: Added (storage device manipulation tools) Signed-off-by: Robby Workman --- system/gnome-disk-utility/doinst.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 system/gnome-disk-utility/doinst.sh (limited to 'system/gnome-disk-utility/doinst.sh') diff --git a/system/gnome-disk-utility/doinst.sh b/system/gnome-disk-utility/doinst.sh new file mode 100644 index 0000000000000..6fb1283156765 --- /dev/null +++ b/system/gnome-disk-utility/doinst.sh @@ -0,0 +1,16 @@ +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 + +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi + -- cgit v1.2.3