projects
/
osspd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make the osspd-dbg doc folder a symlink again, as removing it would require maintaine...
[osspd.git]
/
debian
/
osspd-alsa.prerm
1
#!/bin/sh
2
set -e
3
4
if [ "$1" = "remove" ]; then
5
update-alternatives --remove ossp-slave /usr/lib/osspd/ossp-alsap
6
fi
7
8
#DEBHELPER#
9
10
exit 0