diff --git a/PKGBUILD/PKGBUILD b/PKGBUILD/PKGBUILD index f426247..d6c5c23 100644 --- a/PKGBUILD/PKGBUILD +++ b/PKGBUILD/PKGBUILD @@ -27,4 +27,10 @@ EOF install -Dm644 "$srcdir/Arch-Store-$pkgver/icon.png" "$pkgdir/usr/share/pixmaps/arch-store.png" install -Dm644 "$srcdir/Arch-Store-$pkgver/arch-store.desktop" "$pkgdir/usr/share/applications/arch-store.desktop" + + #version type + install -Dm644 /dev/null "$pkgdir/usr/share/arch-store/stable" + + rm -f "$pkgdir/usr/share/arch-store/script" + } diff --git a/PKGBUILD/PKGBUILD-git b/PKGBUILD/PKGBUILD-git index 223ac41..449a7f8 100644 --- a/PKGBUILD/PKGBUILD-git +++ b/PKGBUILD/PKGBUILD-git @@ -37,5 +37,13 @@ EOF # File .desktop install -Dm644 "$srcdir/Arch-Store/arch-store.desktop" "$pkgdir/usr/share/applications/arch-store.desktop" + + + #version type + install -Dm644 /dev/null "$pkgdir/usr/share/arch-store/beta" + + rm -f "$pkgdir/usr/share/arch-store/script" + + } diff --git a/install.sh b/install.sh index c581f85..8cc07f9 100644 --- a/install.sh +++ b/install.sh @@ -31,6 +31,8 @@ if [[ "$action" == "1" ]]; then echo "FINISHED!" fi + sudo touch /usr/share/arch-store/script + cd .. rm -rf arch-store-install