summaryrefslogtreecommitdiffstats
path: root/extra/evince/post-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:04 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:04 +0200
commite21b42a42e7e30565bb241dcce8049267e091b3e (patch)
treedb261bd96b0c730fcbdc1dcd0ba5e4ff54ad157b /extra/evince/post-install
parent52efb176ec54d15043763c612da981f4db9d7724 (diff)
downloadnutyx-extra-e21b42a42e7e30565bb241dcce8049267e091b3e.tar.gz
nutyx-extra-e21b42a42e7e30565bb241dcce8049267e091b3e.tar.bz2
nutyx-extra-e21b42a42e7e30565bb241dcce8049267e091b3e.tar.xz
nutyx-extra-e21b42a42e7e30565bb241dcce8049267e091b3e.zip
evince dans extra
Diffstat (limited to 'extra/evince/post-install')
-rwxr-xr-xextra/evince/post-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/evince/post-install b/extra/evince/post-install
new file mode 100755
index 000000000..d37eef830
--- /dev/null
+++ b/extra/evince/post-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+# desktop database
+update-desktop-database > /dev/null
+# update icons cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+# End of file