9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
# try to set the required values now. This may or may not work.
|
||
|
sysctl --system
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|