projman/debian/postinst

7 lines
134 B
Plaintext
Raw Permalink Normal View History

2022-07-21 10:56:46 +03:00
#!/usr/bin/env bash
# Install the desktop entry
if hash update-desktop-database 2>/dev/null; then
update-desktop-database
fi