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