mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
121 B
Bash
Executable File
9 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ] && [ -x /usr/lib/qgis/crssync ]; then
|
|
/usr/lib/qgis/crssync
|
|
fi
|
|
|
|
#DEBHELPER#
|