4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
prt-get isinst desktop-file-utils && /usr/bin/update-desktop-database || true
|