summarylogtreecommitdiffstats
path: root/photomatix.install
diff options
context:
space:
mode:
Diffstat (limited to 'photomatix.install')
-rw-r--r--photomatix.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/photomatix.install b/photomatix.install
new file mode 100644
index 000000000000..2d7f38cbc3f7
--- /dev/null
+++ b/photomatix.install
@@ -0,0 +1,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
+}