Packages/gconf/gconf-remove.hook
starsareintherose 041f721f34 add gconf
2021-11-03 23:42:20 +00:00

10 lines
283 B
Text
Executable file

[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