summaryrefslogtreecommitdiff
path: root/pcr/font-manager/font-manager.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:54:49 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:54:49 +0100
commitdfcadab0ceae4d8144a6ea1968ad8e22d6035ed1 (patch)
tree5793e426ffc3ae28bb810d8e6b9fd2cbf9097a82 /pcr/font-manager/font-manager.install
parent0f53aeb2acf73985536487bb3838262ba2779694 (diff)
downloadabslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.tar.gz
abslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.tar.bz2
abslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.zip
pcr/font-manager: updated to 0.7.3
Diffstat (limited to 'pcr/font-manager/font-manager.install')
-rw-r--r--pcr/font-manager/font-manager.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/font-manager/font-manager.install b/pcr/font-manager/font-manager.install
new file mode 100644
index 000000000..c19349f72
--- /dev/null
+++ b/pcr/font-manager/font-manager.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}