diff options
Diffstat (limited to 'gnome-font-viewer/post-install')
-rwxr-xr-x | gnome-font-viewer/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome-font-viewer/post-install b/gnome-font-viewer/post-install new file mode 100755 index 0000000..883c923 --- /dev/null +++ b/gnome-font-viewer/post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +port=gnome-font-viewer + +# desktop database +update-desktop-database -q + +# End of file |