From 6e2b28a4357d71c8143b0dcbb7fa6dcecf1a4ff4 Mon Sep 17 00:00:00 2001 From: Antonio Leal Date: Sun, 9 Apr 2023 00:51:52 +0100 Subject: development/MinForth: Added (Transpile Forth to C) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- development/MinForth/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 development/MinForth/doinst.sh (limited to 'development/MinForth/doinst.sh') diff --git a/development/MinForth/doinst.sh b/development/MinForth/doinst.sh new file mode 100644 index 000000000000..aea0f894eb32 --- /dev/null +++ b/development/MinForth/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3