~vibhavp/ubuntu/raring/ncurses/add-autopkgtest

« back to all changes in this revision

Viewing changes to debian/libncurses5.postinst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-08-29 15:58:07 UTC
  • Revision ID: package-import@ubuntu.com-20110829155807-i98w6l6wba3bcq6u
Tags: 5.9-1ubuntu3
Remove obsolete /usr/lib/libncurses.so.5, left by ldconfig. LP: #836246.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
case "$1" in configure)
 
6
  rm -f /usr/lib/libncurses.so.5
 
7
esac
 
8
 
 
9
#DEBHELPER#