summarylogtreecommitdiffstats
path: root/classicube
diff options
context:
space:
mode:
authordakriy2019-10-20 13:58:33 -0700
committerdakriy2019-10-20 13:58:33 -0700
commit42a6db7363ef7b0292f3b1f82efa20638c2e0407 (patch)
tree58f4073d64f2d52bfdd4aa1a8a06ddc029d4a790 /classicube
parent9819c28f8419063b4725a7d527cce05d0e453602 (diff)
downloadaur-42a6db7363ef7b0292f3b1f82efa20638c2e0407.tar.gz
General improvements and add .desktop file
- Updated package to place files in ~/.local/share/classicube instead of ~/.cache/classicube - Added a classicube.desktop file - Added the launcher script as a standalone file instead of being generated in the PKGBUILD - Updated the repository to the latest commit. - Updated the PKGBUILD to not put execute permissions on all the files it drops such as the .desktop file and the .desktop icon image file
Diffstat (limited to 'classicube')
-rw-r--r--classicube5
1 files changed, 5 insertions, 0 deletions
diff --git a/classicube b/classicube
new file mode 100644
index 000000000000..bc2645e116b4
--- /dev/null
+++ b/classicube
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+mkdir -p $HOME/.local/share/classicube
+/usr/bin/classicube_run -d$HOME/.local/share/classicube
+