aboutsummaryrefslogtreecommitdiffstats
path: root/testing/modemmanager/modemmanager.post-install
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-05-09 20:06:23 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-05-22 08:06:01 +0000
commitd52f3e9ceea7adfdbdb7c71309f09946dec74a3f (patch)
tree8e4ca4d644f7ac2debf4368f5fee9cfecccc69a2 /testing/modemmanager/modemmanager.post-install
parent69138e0738469f0d81be2aa0664e27c269336dba (diff)
downloadaports-d52f3e9ceea7adfdbdb7c71309f09946dec74a3f.tar.bz2
aports-d52f3e9ceea7adfdbdb7c71309f09946dec74a3f.tar.xz
testing/modemmanager: update to 1.4.8 + move post-install message
post-install message moved to $pkgname/usr/share/doc/README.alpine
Diffstat (limited to 'testing/modemmanager/modemmanager.post-install')
-rw-r--r--testing/modemmanager/modemmanager.post-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/modemmanager/modemmanager.post-install b/testing/modemmanager/modemmanager.post-install
deleted file mode 100644
index 05eb1f2b7d..0000000000
--- a/testing/modemmanager/modemmanager.post-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-NORMAL="\033[1;0m"
-STRONG="\033[1;1m"
-GREEN="\033[1;32m"
-
-print_strong() {
- local prompt="${STRONG}$1 ${GREEN}$2${NORMAL}"
- printf "${prompt} %s\n"
-}
-
-print_strong "\nIf your USB modem shows up as a Flash drive" "when you plug it in:"
-print_strong "install 'usb-modeswitch'" "to automatically switch to USB modem mode whenever you plug it in."
-print_strong "\nTo control your modem without the root password:" " add your user account to the 'plugdev' group.\n"
-exit 0
-