mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7 lines
90 B
Text
7 lines
90 B
Text
|
#!/bin/sh
|
||
|
#Undo the prelink system wide.
|
||
|
|
||
|
renice +19 -p $$ > /dev/null 2>&1
|
||
|
|
||
|
prelink -au
|