diff options
author | piernov <piernov@piernov.org> | 2012-06-02 15:39:54 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-06-02 15:39:54 +0000 |
commit | 2eeb3f73c2ee0937ee3aee8e1bb7a62590249eec (patch) | |
tree | 30c9921a1c8dfc8872623d90deb98b0cefbe9fd6 /sushi/post-install | |
parent | add4cecd5d76fb4ea10ce96428b91b8ca45d9999 (diff) | |
download | gnome3-2eeb3f73c2ee0937ee3aee8e1bb7a62590249eec.tar.gz gnome3-2eeb3f73c2ee0937ee3aee8e1bb7a62590249eec.tar.bz2 gnome3-2eeb3f73c2ee0937ee3aee8e1bb7a62590249eec.tar.xz gnome3-2eeb3f73c2ee0937ee3aee8e1bb7a62590249eec.zip |
sushi 0.5.1-1 màj port
Diffstat (limited to 'sushi/post-install')
-rwxr-xr-x | sushi/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sushi/post-install b/sushi/post-install new file mode 100755 index 0000000..b8d8030 --- /dev/null +++ b/sushi/post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +port=sushi + +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# End of file |