5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/sh
|
|
|
|
echo "ldconfig-wrapper: ignoring arguments: $@"
|
|
exit 0
|