Skip to content

Commit

Permalink
Do not install themes/filetypes in Debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Sep 20, 2020
1 parent 1a5de27 commit 6019b37
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/before_deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ make_deb() {
install -Dm644 LICENSE-MIT "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-MIT"
install -Dm644 LICENSE-APACHE "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-APACHE"

# filetype database and themes
mkdir -p "$tempdir/usr/share/$PROJECT_NAME/"
install -Dm644 config/filetypes.yml "$tempdir/usr/share/$PROJECT_NAME/"
mkdir -p "$tempdir/usr/share/$PROJECT_NAME/themes/"
install -Dm644 themes/* "$tempdir/usr/share/$PROJECT_NAME/themes/"

# Control file
mkdir "$tempdir/DEBIAN"
cat > "$tempdir/DEBIAN/control" <<EOF
Expand Down

0 comments on commit 6019b37

Please sign in to comment.