From 65915e041911aeb8280aee62731b361eaddc4bef Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Fri, 28 Apr 2023 02:10:19 +0100 Subject: system/file-roller-gtk2: Added (an archive manager for GNOME) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- system/file-roller-gtk2/doinst.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/file-roller-gtk2/doinst.sh (limited to 'system/file-roller-gtk2/doinst.sh') diff --git a/system/file-roller-gtk2/doinst.sh b/system/file-roller-gtk2/doinst.sh new file mode 100644 index 0000000000000..052b9667ff20c --- /dev/null +++ b/system/file-roller-gtk2/doinst.sh @@ -0,0 +1,14 @@ +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 [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + -- cgit v1.2.3