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