diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index a0e82a4..0000000 --- a/debian/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - cp -af /usr/share/system-plugin-slp/* / -fi - |