mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
if [ "$1" = "remove" ] ; then
|
|
rm /usr/share/qgis/resources/srs.db
|
|
fi
|
|
|
|
#DEBHELPER#
|