mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
f9e5f10b32
Added two helper scripts and a warning in the README. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/sh
|
|
#Undo the prelink system wide.
|
|
|
|
renice +19 -p $$ > /dev/null 2>&1
|
|
|
|
prelink -au
|