10 lines
95 B
Bash
Executable File
10 lines
95 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
|
|
|
|
if test "$1" = remove; then
|
|
/usr/share/pkg-config-dpkghook remove
|
|
fi
|