source:
lsf/trunk/fuentes/debian/liblsf-1.0.prerm
@
88
Last change on this file since 88 was 88, checked in by , 5 years ago | |
---|---|
File size: 248 bytes |
Line | |
---|---|
1 | #!/bin/sh -e |
2 | |
3 | |
4 | case "$1" in |
5 | remove) |
6 | ldconfig |
7 | ;; |
8 | |
9 | purge) |
10 | ;; |
11 | |
12 | upgrade|failed-upgrade|disappear) |
13 | ;; |
14 | |
15 | abort-install|abort-upgrade) |
16 | ;; |
17 | |
18 | *) |
19 | echo "$0 called with unknown argument \`$1'" 1>&2 |
20 | exit 1 |
21 | ;; |
22 | esac |
23 | |
24 | #DEBHELPER# |
25 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.