Changeset 75b6dff


Ignore:
Timestamp:
12/31/2021 12:40:52 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b50ef7e6
Parents:
d4b71ef
git-author:
Xi Ruoyao <xry111@…> (12/31/2021 12:14:43 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/31/2021 12:40:52 PM)
Message:

libportal: remove the old headers on upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    rd4b71ef r75b6dff  
    9898  <sect2 role="installation">
    9999    <title>Installation of libportal</title>
     100
     101    <warning>
     102      <para>
     103        If a previous version of libportal is installed, move the
     104        headers out of the way so that later packages do not encounter
     105        conflicts:
     106      </para>
     107<screen><userinput>if [ -e /usr/include/libportal ]; then
     108    rm -rf /usr/include/libportal.old &amp;&amp;
     109    mv -vf /usr/include/libportal{,.old}
     110fi</userinput></screen>
     111    </warning>
    100112
    101113    <para>
Note: See TracChangeset for help on using the changeset viewer.