follow debian package name convention

This commit is contained in:
grunjol
2016-04-04 20:25:23 -03:00
parent b0a43a5d2e
commit 4b9abf003b
2 changed files with 1 additions and 2 deletions

View File

@@ -301,7 +301,6 @@ function buildLinux (packageType, cb) {
info: {
arch: 'amd64',
targetDir: distPath,
targetName: BUILD_NAME + '.deb',
scripts: {
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
postrm: path.join(config.STATIC_PATH, 'linux', 'postrm')