mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
11 lines
301 B
Text
Executable file
11 lines
301 B
Text
Executable file
[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
|