diff options
Diffstat (limited to 'network/eiskaltdcpp/doinst.sh')
-rw-r--r-- | network/eiskaltdcpp/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/eiskaltdcpp/doinst.sh b/network/eiskaltdcpp/doinst.sh new file mode 100644 index 000000000000..6b75f2eda046 --- /dev/null +++ b/network/eiskaltdcpp/doinst.sh @@ -0,0 +1,8 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database &> /dev/null +fi + +if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f -q /usr/share/icons/hicolor &> /dev/null +fi + |