Changeset 05c5319 for xfce/core


Ignore:
Timestamp:
09/28/2023 04:57:09 AM (7 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
22df483
Parents:
1d81737
git-author:
Douglas R. Reno <renodr@…> (09/27/2023 09:05:56 PM)
git-committer:
Douglas R. Reno <renodr@…> (09/28/2023 04:57:09 AM)
Message:

Tumbler, Thunar, xfce4-notifyd: Remove unnecessary systemd units on SysV
systems.

Location:
xfce/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/thunar.xml

    r1d81737 r05c5319  
    132132
    133133<screen role="root"><userinput>make install</userinput></screen>
     134
     135    <para revision="sysv">
     136      Finally, remove a systemd unit which is useless on a SysV system:
     137    </para>
     138
     139<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/thunar.service</userinput></screen>
    134140
    135141  </sect2>
  • xfce/core/tumbler.xml

    r1d81737 r05c5319  
    116116<screen role="root"><userinput>make install</userinput></screen>
    117117
     118    <para revision="sysv">
     119      Finally, remove a systemd unit which is useless on a SysV system:
     120    </para>
     121
     122<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/tumblerd.service</userinput></screen>
     123
    118124  </sect2>
    119125
Note: See TracChangeset for help on using the changeset viewer.