blob: 2d7f38cbc3f77ee5e09b50567038f9c4207a8f77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
sudo cp /usr/share/photomatix/apps.photomatix.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
sudo chmod a+r /usr/share/glib-2.0/schemas/gschemas.compiled
sudo chmod 0755 /usr/bin/photomatix
}
post_upgrade() {
post_install
}
|