aboutsummaryrefslogtreecommitdiff
path: root/buildtools/freebsd-skeleton/rpki-ca/pkg-upgrade
blob: f569a3d679599a5445091d32c7fd090478f643b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh -

echo 1>&2 "pkg-upgrade invoked with arguments \"$*\"."

case $2 in

PRE-UPGRADE)
    ;;

POST-UPGRADE)
    ;;

*)
    echo "No clue what this script is meant to do when invoked with arguments \"$*\"."
    #exit 1
    ;;

esac