aboutsummaryrefslogtreecommitdiff
path: root/system/piper/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-04-26 01:10:53 -0400
committerB. Watson <yalhcru@gmail.com>2022-04-29 10:30:54 -0400
commit9f22e25f25d4650e677d0a2fe8e8a5c83935ed63 (patch)
treeb746fc549ec1639d854ade943dc0fcf9566c8dbd /system/piper/doinst.sh
parentc43592b1cb884c27df5c720e04e915f39f87368c (diff)
system/piper: Add doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/piper/doinst.sh')
-rw-r--r--system/piper/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/piper/doinst.sh b/system/piper/doinst.sh
new file mode 100644
index 000000000000..3e5691a052b5
--- /dev/null
+++ b/system/piper/doinst.sh
@@ -0,0 +1,9 @@
+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