Skip to content

Commit

Permalink
#57 remove original start/stop scripts, they should be covered in the…
Browse files Browse the repository at this point in the history
… standard scripts / application.ini etc
  • Loading branch information
tobyweston committed May 8, 2018
1 parent 648a850 commit 4dc666a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
4 changes: 0 additions & 4 deletions package.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ packageDescription := """Homebrew temperature data logger based on the DS18B20 s

debianPackageDependencies in Debian ++= Seq("java8-runtime | oracle-java8-jdk")

linuxPackageMappings in Debian += packageDirectoryAndContentsMapping(
(sourceDirectory.value / "debian" / "bin") -> s"/usr/share/${packageName.value}/bin"
)


// don't package JavaDoc or source
mappings in (Compile, packageDoc) := Seq()
Expand Down
25 changes: 0 additions & 25 deletions src/debian/bin/start-client.sh

This file was deleted.

27 changes: 0 additions & 27 deletions src/debian/bin/start-server.sh

This file was deleted.

25 changes: 0 additions & 25 deletions src/debian/bin/start.sh

This file was deleted.

12 changes: 0 additions & 12 deletions src/debian/bin/stop.sh

This file was deleted.

0 comments on commit 4dc666a

Please sign in to comment.