Skip to content

Commit

Permalink
Do not include snap-pressed in the rpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
stolowski committed Dec 13, 2019
1 parent 909e76f commit 9e2491d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/snapd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ install::
install::
rm -f $(DESTDIR)$(bindir)/ubuntu-core-launcher

# Do not ship snap-preseed, it is only usable on ubuntu.
install::
rm -f $(DESTDIR)$(bindir)/snap-preseed

ifeq ($(with_core_bits),0)
# Remove systemd units that are only used on core devices.
install::
Expand Down

0 comments on commit 9e2491d

Please sign in to comment.