mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-08 18:30:28 +00:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
# package install script
|
|
|
|
action=$1
|
|
newversion=$2
|
|
oldversion=$3
|
|
|
|
case $action in
|
|
post-upgrade) rm -f /etc/security/limits.d/99-realtime.conf ;;
|
|
esac
|