mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Remove obsolete files (cursor.png, cursor-bin.desktop.in, cursor-bin.sh)
These files are no longer used by the current PKGBUILD which now uses the .deb package format and extracts resources directly from it.
This commit is contained in:
parent
43e2726184
commit
dc5958afa5
3 changed files with 0 additions and 22 deletions
|
|
@ -1,11 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Cursor
|
||||
Exec=/usr/bin/cursor --no-sandbox %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=cursor
|
||||
# Change the class below to "Cursor" when on X11
|
||||
StartupWMClass=cursor
|
||||
X-AppImage-Version=@@PKGVERSION@@
|
||||
MimeType=x-scheme-handler/cursor;
|
||||
Categories=Utility;TextEditor;Development;IDE
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
|
||||
|
||||
# Allow users to override command-line options
|
||||
if [[ -f $XDG_CONFIG_HOME/cursor-flags.conf ]]; then
|
||||
CURSOR_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/cursor-flags.conf | tr '\n' ' ')"
|
||||
fi
|
||||
|
||||
# Launch
|
||||
exec /opt/cursor-bin/cursor-bin.AppImage "$@" $CURSOR_USER_FLAGS
|
||||
BIN
cursor.png
BIN
cursor.png
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB |
Loading…
Add table
Reference in a new issue