summaryrefslogtreecommitdiff
blob: fbcece25af275c43222bed09b05cf46d5673e3da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/linux/Makefile.am
+++ b/linux/Makefile.am
@@ -18,10 +18,6 @@
 	  if [ "$$(uname -s)" = "Linux" ]; then \
             if which tic >/dev/null 2>&1 ; then \
 	      if [ "`whoami`" = "root" ]; then \
-		rm -f /usr/share/terminfo/x/xterm-5250 ; \
-		rm -f /usr/share/terminfo/5/5250 ; \
-		rm -f /usr/lib/terminfo/x/xterm-5250 ; \
-		rm -f /usr/lib/terminfo/5/5250 ; \
 		good=yes ; \
 		tic $(srcdir)/5250.terminfo || good=no ; \
 	      else \