summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbclassic/doinst.sh
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-10-20 15:56:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-20 15:56:02 +0700
commitb40b1dcd96389a3ec9bc31e2add56e61e2be70ff (patch)
tree03da8b5f675330034dca209bb6096962e2322848 /development/jupyter-nbclassic/doinst.sh
parentfe7e0bf0c9680a5ecb3d87fa74f734e68fb57e09 (diff)
downloadslackbuilds-b40b1dcd96389a3ec9bc31e2add56e61e2be70ff.tar.gz
slackbuilds-b40b1dcd96389a3ec9bc31e2add56e61e2be70ff.tar.xz
development/jupyter-nbclassic: Added (Jupyter Notebook Frontend).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclassic/doinst.sh')
-rw-r--r--development/jupyter-nbclassic/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/jupyter-nbclassic/doinst.sh b/development/jupyter-nbclassic/doinst.sh
new file mode 100644
index 0000000000..65c7e2eeb9
--- /dev/null
+++ b/development/jupyter-nbclassic/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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi