summarylogtreecommitdiffstats
path: root/gconf-remove.hook
blob: 8206d1e29d8374d85e7190d2f963b8034a5bdef2 (plain)
1
2
3
4
5
6
7
8
9
10
[Trigger]
Type = File
Operation = Remove
Target = usr/share/gconf/schemas/*.schemas

[Action]
Description = Uninstalling GConf schemas...
When = PreTransaction
Exec = /bin/bash -c 'while read -r f; do f=$(basename "$f" .schemas); /usr/bin/gconfpkg --uninstall $f; done'
NeedsTargets