index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/riot/PKGBUILD | 3 |
diff --git a/community/riot/PKGBUILD b/community/riot/PKGBUILD new file mode 100644 index 00000000..2d481bb3 --- /dev/null +++ b/community/riot/PKGBUILD @@ -0,0 +1,3 @@ +# no electron => no riot-desktop +pkgname=(${pkgname[@]//riot-desktop/}) +unset package_riot-desktop |