git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Updated.
[ginac.git]
/
debian
/
postinst
diff --git
a/debian/postinst
b/debian/postinst
index 2b08c9fa990fdada52a1f011e307fe6c0bbac57b..1ded2f88cc5e28769ebb459db1086eb735d24da3 100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-1,5
+1,6
@@
#!/bin/sh
set -e
-
-ldconfig
+if [ "$1" = "configure" ]; then
+ ldconfig
+fi
#DEBHELPER#