Initialize files
This commit is contained in:
7
tromjaro/gnome/live-overlay/usr/bin/pamac-url-handler
Executable file
7
tromjaro/gnome/live-overlay/usr/bin/pamac-url-handler
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# ALPM package URL handler
|
||||
# x-alpm-package://packagename
|
||||
|
||||
packagename="${1#x-alpm-package://}"
|
||||
pamac-installer "$packagename"
|
Reference in New Issue
Block a user