summarylogtreecommitdiffstats
path: root/netextender.install
diff options
context:
space:
mode:
authorAinola2015-07-17 21:43:56 -0600
committerAinola2015-07-17 21:43:56 -0600
commitdc293122566e8662081eb9b8b653adb1d0d32c02 (patch)
treeae479ed5f27efff8cc283d1937e70368c0f08406 /netextender.install
downloadaur-dc293122566e8662081eb9b8b653adb1d0d32c02.tar.gz
initial, old version from AUR3
Diffstat (limited to 'netextender.install')
-rwxr-xr-xnetextender.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/netextender.install b/netextender.install
new file mode 100755
index 000000000000..96279bacc9cb
--- /dev/null
+++ b/netextender.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo
+ echo "To allow non-root users to use NetExtender, run chmod -v u+s /usr/sbin/pppd"
+}
+post_remove() {
+ echo
+ echo "If you had allowed non-root users to use NetExtender, you may wish to run chmod -v u-s /usr/sbin/pppd"
+}