eca88c489e
The post-install script installs/updates the glib schema. I have no idea why someone would use crap like the glib-schemas, but thats up the mousepad developers. Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# post-install: install/update all glib schemas after the
|
|
# package installation
|
|
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|