fix doinst

This commit is contained in:
Gwenhael Le Moine 2011-07-17 12:03:37 +02:00
parent b13ea42de8
commit 3d4f455107

View file

@ -84,9 +84,6 @@ cp -a Changelog *.txt $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat <<EOF > $PKG/install/doinst.sh
# We'll assume that a desktop file also indicates an icon
# But you should edit this as needed.
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi