aboutsummaryrefslogtreecommitdiff
path: root/desktop/dash-to-panel/doinst.sh
diff options
context:
space:
mode:
authorNathaniel Russell <naterussell83@gmail.com>2022-08-20 22:15:05 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-27 22:50:25 +0700
commit43f9d6a5ef8cad792076a7e6535161addaf2ccd8 (patch)
treea09647f21d5ce5ffe7f86804da20ca9a696a2119 /desktop/dash-to-panel/doinst.sh
parent346d647f43136be36d304c20267c52e5c180020a (diff)
desktop/dash-to-panel: Added (Dash to Panel is an icon taskbar)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dash-to-panel/doinst.sh')
-rw-r--r--desktop/dash-to-panel/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop/dash-to-panel/doinst.sh b/desktop/dash-to-panel/doinst.sh
new file mode 100644
index 0000000000000..b123c0cd8d677
--- /dev/null
+++ b/desktop/dash-to-panel/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 [ -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