File: prerm

package info (click to toggle)
perl-byacc 2.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: ansic: 7,136; yacc: 2,035; perl: 1,779; makefile: 160; sh: 9
file content (9 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#