* Andreas Tille [Thu, 09 Jun 2005 12:00:20 +0200]:

> Or is there even a hook for doing exactly what I want: Link to the doc 
> directory
> of a dependant package?
  
  I use this in amarok:

common-binary-post-install-arch::
        for p in $(filter-out amarok,$(DEB_ALL_PACKAGES)); do \
          rm -rf debian/$$p/usr/share/doc/$$p; \
          ln -sf amarok debian/$$p/usr/share/doc/$$p; \
        done

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
The total accumulated knowledge of all the men that ever walked the Earth
on the topic of women can fit in the period at the end of this sentence.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to