diff options
author | plrigaux | 2025-02-04 12:51:05 -0500 |
---|---|---|
committer | plrigaux | 2025-02-04 12:51:05 -0500 |
commit | af1f0669a5b1060c268af0a8aeff30c97a2ea5a0 (patch) | |
tree | c72f42af82fc2090aa4ff5146f707474db9f6703 | |
parent | 732c2448b602e35927137a8b5c2f9c13dc579eac (diff) | |
download | aur-af1f0669a5b1060c268af0a8aeff30c97a2ea5a0.tar.gz |
v1.11.3
-rw-r--r-- | sysd-manager.install | 8 |
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 |