~ubuntu-branches/ubuntu/quantal/branding-ubuntu/quantal

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2009-06-29 12:41:59 UTC
  • Revision ID: james.westby@ubuntu.com-20090629124159-zkydvu0mq0l8z7dd
Tags: 0.4-0ubuntu1
* debian/copyright: gnome-games derived stuff is actually GPL
* Use dpkg-diversions to work as a drop-in replacement for files
* debian/rules: put files in /usr/share/branding and add symlinks
   in the real places

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package works by using dpkg-diversions -- it renames the original files and then provides a replacement branded one.
 
2
 
 
3
If you want to add new files, you must update the preinst and postrm scripts, and add the file path there.  To get a list quickly and easily, do:
 
4
 find branding -type f | awk '{sub(/branding\//,"");print}'
 
5
 
 
6
We cannot do this within the maintainer scripts because those files aren't around at preinst and postrm time.