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