mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
15 lines
306 B
Bash
Executable File
15 lines
306 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
## A simple bash script to perform a checkinstall
|
|
##
|
|
|
|
# Accept default answers to all questions
|
|
# Set name
|
|
# Set version
|
|
# Set software group
|
|
# The package maintainer (.deb)
|
|
|
|
checkinstall --default --pkgname=qgis --pkgversion=0.7.0pre --pkggroup=GIS --maintainer=tim@linfiniti.com
|
|
|