diff options
Diffstat (limited to 'at-spi/post-install')
-rwxr-xr-x | at-spi/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/at-spi/post-install b/at-spi/post-install new file mode 100755 index 0000000..11e6d65 --- /dev/null +++ b/at-spi/post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +port=at-spi + +# gconf schemas +/usr/sbin/gconfpkg --install $port + +# End of file |