rac-gui/debian/postinst

7 lines
134 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Install the desktop entry
if hash update-desktop-database 2>/dev/null; then
update-desktop-database
fi