6918: try to limit lintian messages by merging Ross Gammon's work on Debian packaging
This commit is contained in:
8
debian/gramps.postinst
vendored
8
debian/gramps.postinst
vendored
@@ -1,3 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Update mime database postinst
|
||||
if [ -x /usr/sbin/update-mime-database ]; then
|
||||
update-mime-database /usr/share/mime
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
Reference in New Issue
Block a user