diff options
Diffstat (limited to 'evince/post-install')
-rwxr-xr-x | evince/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/evince/post-install b/evince/post-install deleted file mode 100755 index 9f124221b..000000000 --- a/evince/post-install +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# glib schemas -/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 |