Files
salmanoff/cmake/debian/postrm
T
2026-03-06 01:12:46 -04:00

6 lines
72 B
Bash
Executable File

#!/bin/sh
set -e
# ldconfig is handled via the package trigger.
exit 0