Codebase list texinfo / 63dcba4 debian / info.prerm
63dcba4

Tree @63dcba4 (Download .tar.gz)

info.prerm @63dcba4raw · history · blame

1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" != "upgrade" ]; then
  update-alternatives --remove infobrowser /usr/bin/info
fi

#DEBHELPER#