6 lines
72 B
Bash
6 lines
72 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# ldconfig is handled via the package trigger.
|
||
|
|
exit 0
|