/[packages]/cauldron/links/current/SPECS/links.spec
ViewVC logotype

Diff of /cauldron/links/current/SPECS/links.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1562704 by tv, Mon Mar 30 15:43:14 2020 UTC revision 1562705 by tv, Tue Mar 31 12:59:06 2020 UTC
# Line 1  Line 1 
1  Summary:        Lynx-like text WWW browser  Summary:        Lynx-like text WWW browser
2  Name:           links  Name:           links
3  Version:        2.20.2  Version:        2.20.2
4  Release:        %mkrel 3  Release:        %mkrel 4
5  License:        GPLv2+  License:        GPLv2+
6  Group:          Networking/WWW  Group:          Networking/WWW
7    
# Line 123  update-alternatives --install /usr/bin/l Line 123  update-alternatives --install /usr/bin/l
123    
124  %postun  %postun
125  if [ "$1" = "0" ]; then  if [ "$1" = "0" ]; then
126    update-alternatives --remove links /usr/bin/links-text    update-alternatives --remove links /usr/bin/links-text || :
127  fi  fi
128    
129  %post graphic  %post graphic
# Line 131  update-alternatives --install /usr/bin/l Line 131  update-alternatives --install /usr/bin/l
131    
132  %postun graphic  %postun graphic
133  if [ "$1" = "0" ]; then  if [ "$1" = "0" ]; then
134    update-alternatives --remove links /usr/bin/links-graphic    update-alternatives --remove links /usr/bin/links-graphic || :
135  fi  fi
136    
137  %files  %files

Legend:
Removed from v.1562704  
changed lines
  Added in v.1562705

  ViewVC Help
Powered by ViewVC 1.1.30