File: prerm-ml

package info (click to toggle)
rxvt 1%3A2.4.5-16
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,128 kB
  • ctags: 1,296
  • sloc: ansic: 12,852; makefile: 521; sh: 411
file content (8 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh

if [ "$1" != "upgrade" ]
then
  update-alternatives --remove rxvt /usr/X11R6/bin/krxvt
  update-alternatives --remove rxvt /usr/X11R6/bin/crxvt
  update-alternatives --remove rxvt /usr/X11R6/bin/grxvt
fi