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