diff options
author | Vryali | 2023-03-05 15:58:45 -0700 |
---|---|---|
committer | Vryali | 2023-03-05 15:58:45 -0700 |
commit | 2fb7872f8ab320a5a1c6636ff7fcb15555c2f8fe (patch) | |
tree | 3987e91b8948c10373bda5859d965146f240aa73 /PKGBUILD | |
parent | 6103a3b39e66d132761e96d4378be2d1c37ecc04 (diff) | |
download | aur-2fb7872f8ab320a5a1c6636ff7fcb15555c2f8fe.tar.gz |
Removed some commented lines, no functional changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,5 +1,4 @@ # Maintainer: Vryali <vryali ~at~ gmail ~dot~ com> -# # Required icon attribution: Twitch Icon created by Vitaly Corbachev - Flaticon # https://www.flaticon.com/free-icons/twitch @@ -54,9 +53,6 @@ package() { install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" # Clean up some of the build files - #rm -rf "${srcdir}/${pkgname}-${pkgver}/node_modules" - #rm -rf "${srcdir}/${pkgname}-${pkgver}/app/app/node_modules" - #rm -rf "${srcdir}/${pkgname}-${pkgver}/app/node_modules" rm -rf "${srcdir}/${pkgname}-${pkgver}/flatpak"* # Can do some clean-up here from the things used in build |