Commit 5f1f9d5e authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Anton Midyukov

education: add mousepad to installed system and live

parent c4f9a3ae
...@@ -22,6 +22,7 @@ ifeq (,$(filter-out e2k%,$(ARCH))) ...@@ -22,6 +22,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
else else
@$(call add,THE_PACKAGES,java-11-openjdk) @$(call add,THE_PACKAGES,java-11-openjdk)
endif endif
@$(call add,THE_PACKAGES,mousepad)
@$(call add,THE_PACKAGES,thunderbird) @$(call add,THE_PACKAGES,thunderbird)
@$(call add,THE_LISTS,$(call tags,base l10n)) @$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,BASE_LISTS,workstation/3rdparty) @$(call add,BASE_LISTS,workstation/3rdparty)
...@@ -42,6 +43,7 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ...@@ -42,6 +43,7 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
endif endif
@$(call add,LIVE_PACKAGES,mc-full) @$(call add,LIVE_PACKAGES,mc-full)
@$(call add,LIVE_PACKAGES,remmina remmina-plugins) @$(call add,LIVE_PACKAGES,remmina remmina-plugins)
@$(call add,LIVE_PACKAGES,mousepad)
ifeq (,$(filter-out e2k%,$(ARCH))) ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,LIVE_PACKAGES,jre) @$(call add,LIVE_PACKAGES,jre)
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment