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