summaryrefslogtreecommitdiff
path: root/cmake/Packaging/preinst.in
blob: c60d465686449811af8944dddd9ab0254f756643 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$1" = "install" ]; then
    ls
fi