forked from ports/contrib
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||
|
|
||
|
/usr/bin/update-desktop-database
|
||
|
|
||
|
# EOF
|