mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
12 lines
215 B
Bash
Executable File
12 lines
215 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
(
|
|
debian/python3-qgis-qt6.install
|
|
debian/python3-qgis.install
|
|
) >debian/python3-qgis-common.exclude
|
|
|
|
cd debian/tmp
|
|
find usr/share/qgis*/python -type f | fgrep -vf ../python3-qgis-common.exclude
|