File: valac.preinst

package info (click to toggle)
vala 0.34.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,080 kB
  • ctags: 88,985
  • sloc: ansic: 488,536; sh: 4,665; xml: 3,101; makefile: 1,844; yacc: 1,218; lex: 374; perl: 106
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if dpkg --compare-versions "$2" lt-nl "0.30.0-1"; then
    update-alternatives --remove-all valac || true
fi

#DEBHELPER#