summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorplrigaux2025-02-04 12:51:05 -0500
committerplrigaux2025-02-04 12:51:05 -0500
commitaf1f0669a5b1060c268af0a8aeff30c97a2ea5a0 (patch)
treec72f42af82fc2090aa4ff5146f707474db9f6703
parent732c2448b602e35927137a8b5c2f9c13dc579eac (diff)
downloadaur-af1f0669a5b1060c268af0a8aeff30c97a2ea5a0.tar.gz
v1.11.3
-rw-r--r--sysd-manager.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysd-manager.install b/sysd-manager.install
new file mode 100644
index 000000000000..8edf82e9f8af
--- /dev/null
+++ b/sysd-manager.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Compile schemas"
+ glib-compile-schemas "$pkgdir/usr/share/glib-2.0/schemas"
+}
+
+post_upgrade() {
+ post_install "$@"
+} \ No newline at end of file