diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-07 00:08:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 00:48:25 +0700 |
commit | d53ca77d66362d407f6598412c6b59dc2fbe9570 (patch) | |
tree | f2bc16f44e55d808af434d1045eca06ece90a323 /development/vscode/doinst.sh | |
parent | fc55f7ff63a9232601984eefff4f34c505e8e636 (diff) |
development/vscode: Removed.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vscode/doinst.sh')
-rw-r--r-- | development/vscode/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/development/vscode/doinst.sh b/development/vscode/doinst.sh deleted file mode 100644 index 65c7e2eeb9..0000000000 --- a/development/vscode/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -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 |