summaryrefslogtreecommitdiffstats
path: root/graphics/photoprint/doinst.sh
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:50 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:50 +0200
commit61cdd5be0baadd1abf348656b502e80008c09e80 (patch)
tree4079d6b6552715fe18f7a122f6a6d5d169b35483 /graphics/photoprint/doinst.sh
parent54062f18f38d6d7c497fb5e0dfafe1985a009f6a (diff)
downloadslackbuilds-61cdd5be0baadd1abf348656b502e80008c09e80.tar.gz
slackbuilds-61cdd5be0baadd1abf348656b502e80008c09e80.tar.xz
graphics/photoprint: Removed from 13.0 repository
Diffstat (limited to 'graphics/photoprint/doinst.sh')
-rw-r--r--graphics/photoprint/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/photoprint/doinst.sh b/graphics/photoprint/doinst.sh
deleted file mode 100644
index 1f8ff67ded..0000000000
--- a/graphics/photoprint/doinst.sh
+++ /dev/null
@@ -1,10 +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 usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-