File: jarwrapper.prerm

package info (click to toggle)
javatools 0.80
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 420 kB
  • sloc: perl: 1,358; sh: 939; java: 56; makefile: 39
file content (10 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh --

set -e

if [ "$1" = "remove" ] && which update-binfmts >/dev/null 2>&1; then
    update-binfmts --package jarwrapper --remove jarwrapper /usr/bin/jarwrapper
fi

#DEBHELPER#