blob: 9408a2cf6675e60e9616fe584eccc9e51c73f58b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
cat << EOF
==> netwmpager post-install message:
==> Copy /usr/share/netwmpager/config-example to ~/.config/netwmpager/config
EOF
}
op=$1
shift
$op $*
|