diff options
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 |