Codebase list texinfo / 6ccc30b debian / info.prerm
6ccc30b

Tree @6ccc30b (Download .tar.gz)

info.prerm @6ccc30braw · 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#