OSDN Git Service

[add] : i686/alter-stable
[alterlinux/alterlinux-pkgbuilds.git] / alter-stable / i686 / gconf / gconf-remove.hook
1 [Trigger]
2 Type = File
3 Operation = Remove
4 Target = usr/share/gconf/schemas/*.schemas
5
6 [Action]
7 Description = Uninstalling GConf schemas...
8 When = PreTransaction
9 Exec = /bin/bash -c 'while read -r f; do f=$(basename "$f" .schemas); /usr/bin/gconfpkg --uninstall $f; done'
10 NeedsTargets