Skip to content

Commit

Permalink
Remove references to legacy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Jan 7, 2025
1 parent 2855c07 commit e749323
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ Closure commonPackageConfig(String type, boolean jdk, String architecture) {
}

String packagingFiles = "build/packaging/${jdk ? '' : 'no-jdk-'}${type}"

String scripts = "${packagingFiles}/scripts"
String scripts = "${packagingFiles}/debian"
preInstall file("${scripts}/preinst")
postInstall file("${scripts}/postinst")
preUninstall file("${scripts}/prerm")
postUninstall file("${scripts}/postrm")
if (type == 'rpm') {
postTrans file("${scripts}/posttrans")
}

// if (type == 'rpm') {
// postTrans file("${scripts}/posttrans")
// }

// top level "into" directive is not inherited from ospackage for some reason, so we must
// specify it again explicitly for copying common files
Expand Down

0 comments on commit e749323

Please sign in to comment.