manager/debian/postinst
2020-06-16 17:52:16 +02:00

12 lines
121 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
update-desktop-database &> /dev/null || :
fi
#DEBHELPER#
exit 0