summaryrefslogtreecommitdiff
path: root/debian/postinst
blob: a0e82a4c3804a02ec829ab0a4cbc288ccf2466bf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
    cp -af /usr/share/system-plugin-slp/* /
fi