update definition of C++ gradle projects

This commit is contained in:
Juraj Michalek
2014-11-04 20:02:59 +01:00
parent 25304c80bc
commit 89ff0321cb
18 changed files with 2 additions and 5 deletions
@@ -0,0 +1 @@
/etc/default/hello-fimuni
@@ -0,0 +1,11 @@
Source: hello-fimuni
Section: web
Priority: optional
Version: 1.0.0
Maintainer: Juraj Michalek <juraj.michalek@ysoft.com>
Homepage: http://www.ysoft.com/
Package: hello-fimuni
Architecture: all
Depends:
Description: Hello FI MUNI
Example of Linux packaging for Gradle.
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
# Post installation script - executed at the last phase of installation
@@ -0,0 +1,4 @@
#!/bin/sh
set -e
# Post remove script
@@ -0,0 +1,6 @@
#!/bin/sh
set -e
# Pre-uninstallation script