FluentUI/Gallery/.cmake/linux_postrm.in
yxdy a44db97aa3
Some checks failed
Gallery App Build / Windows (push) Has been cancelled
Gallery App Build / macOS (push) Has been cancelled
Gallery App Build / Ubuntu (push) Has been cancelled
init
2025-02-12 10:31:20 +08:00

6 lines
141 B
Bash

#!/bin/sh
if [ -f /usr/share/applications/${PROJECT_APP_NAME}.desktop ]; then
rm /usr/share/applications/${PROJECT_APP_NAME}.desktop
fi