Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions PKGBUILD/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}
8 changes: 8 additions & 0 deletions PKGBUILD/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -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"


}

2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ if [[ "$action" == "1" ]]; then
echo "FINISHED!"
fi

sudo touch /usr/share/arch-store/script

cd ..
rm -rf arch-store-install

Expand Down
Loading