gconf-remove.hook 283 B

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