summarylogtreecommitdiffstats
path: root/openhantek.install
diff options
context:
space:
mode:
Diffstat (limited to 'openhantek.install')
-rw-r--r--openhantek.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/openhantek.install b/openhantek.install
deleted file mode 100644
index 4c6de0d00555..000000000000
--- a/openhantek.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- echo "Please add your user to the plugdev group."
- echo "# groupadd plugdev"
- echo "# usermod -a -G plugdev USER"
- echo "log out and back in again"
-}
-
-post_upgrade() {
- post_install $1
-}