Codebase list texinfo / 9a94a4c debian / info.prerm
9a94a4c

Tree @9a94a4c (Download .tar.gz)

info.prerm @9a94a4craw · 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#