jobextra/gconf/gconf-install.hook
2022-03-20 14:34:07 +02:00

12 lines
301 B
Plaintext

[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = usr/share/gconf/schemas/*.schemas
[Action]
Description = Installing GConf schemas...
When = PostTransaction
Exec = /bin/bash -c 'while read -r f; do f=$(basename "$f" .schemas); /usr/bin/gconfpkg --install $f; done'
NeedsTargets