OSDN Git Service

added pm-wrapper-interface
[alterlinux/alterlinux-pkgbuilds.git] / alter-stable / any / gconf / gconf-install.hook
1 [Trigger]
2 Type = File
3 Operation = Install
4 Operation = Upgrade
5 Target = usr/share/gconf/schemas/*.schemas
6
7 [Action]
8 Description = Installing GConf schemas...
9 When = PostTransaction
10 Exec = /bin/bash -c 'while read -r f; do f=$(basename "$f" .schemas); /usr/bin/gconfpkg --install $f; done'
11 NeedsTargets