?revision_form?Rev ?revision_input??revision_submit??revision_endform?
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
magnus |
1 |
#!/bin/sh -e |
|
|
2 |
|
|
|
3 |
mode=$1 |
|
|
4 |
|
|
|
5 |
source_package=libspf2 |
|
|
6 |
|
|
|
7 |
case "$mode" in |
|
|
8 |
remove ) |
|
|
9 |
update-alternatives --remove spfquery /usr/bin/spfquery.$source_package |
|
|
10 |
update-alternatives --remove spfd /usr/sbin/spfd.$source_package |
|
|
11 |
;; |
|
|
12 |
esac |
|
|
13 |
|
|
|
14 |
#DEBHELPER# |