File: prerm

package info (click to toggle)
gom 0.29.10-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 416 kB
  • ctags: 290
  • sloc: ansic: 3,183; sh: 529; makefile: 68
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash -e

if test "$1" != "upgrade"
   then
     update-alternatives --remove gom /usr/bin/gom-c
     update-alternatives --remove gom /usr/bin/gom-ct
fi

#DEBHELPER#