summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLegendOfMiracles2020-04-12 14:20:52 +0200
committerLegendOfMiracles2020-04-12 14:20:52 +0200
commit3e38a54fb25a65433ffbf6d50cd2c9c5537e20a1 (patch)
tree55680e7eabd50db6754a567ba872647b58ec47da
parent9a9d3d31ca77c4d6e59e64b977a52a327b4c1d45 (diff)
downloadaur-3e38a54fb25a65433ffbf6d50cd2c9c5537e20a1.tar.gz
wihtout desktop app only steam executable
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c629b3430e82..385b643355f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,16 +12,16 @@ package() {
mkdir -p "${pkgdir}/usr/bin"
install -Dm0755 "$_pkgname" "$pkgdir"/usr/bin
- curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/remoteplaydetached.desktop > remoteplaydetached.desktop
- sed -i "s#user#${USER}#g" remoteplaydetached.desktop
- mv remoteplaydetached.desktop ~/.local/share/applications
+ #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/remoteplaydetached.desktop > remoteplaydetached.desktop
+ #sed -i "s#user#${USER}#g" remoteplaydetached.desktop
+ #mv remoteplaydetached.desktop ~/.local/share/applications
- curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/resources/logo.png > remoteplaydetached.png
- mv remoteplaydetached.png ~/.icons/
- cd ~/
- mkdir RemotePlayDetached
- cd RemotePlayDetached/
- curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/uninstall.sh > uninstall.sh
- chmod +x uninstall.sh
+ #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/resources/logo.png > remoteplaydetached.png
+ #mv remoteplaydetached.png ~/.icons/
+ #cd ~/
+ #mkdir RemotePlayDetached
+ #cd RemotePlayDetached/
+ #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/uninstall.sh > uninstall.sh
+ #chmod +x uninstall.sh
}