We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5825ad commit 0b75986Copy full SHA for 0b75986
tools/release.sh
@@ -137,12 +137,12 @@ EOF
137
138
cat > $DEBIAN/postinst <<EOF
139
#!/bin/sh
140
-sudo ldconfig
+ldconfig
141
EOF
142
143
cat > $DEBIAN/postrm <<EOF
144
145
146
147
148
chmod a+x $DEBIAN/postinst
@@ -170,12 +170,12 @@ EOF
170
171
172
ln -sf $PREFIX/lib/libbap.so.$BAP_VERSION $PREFIX/lib/libbap.so
173
174
175
176
177
178
179
180
181
0 commit comments