mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
10 lines
135 B
Plaintext
Executable File
10 lines
135 B
Plaintext
Executable File
# package install script
|
|
|
|
action=$1
|
|
newversion=$2
|
|
oldversion=$3
|
|
|
|
case $action in
|
|
pre-remove) rm -f /var/lib/alsa/asound.state ;;
|
|
esac
|