Update PKGBUILD
This commit is contained in:
parent
67ba9fc451
commit
eff6338de7
3
PKGBUILD
3
PKGBUILD
|
@ -44,9 +44,6 @@ package() {
|
||||||
if [ -n "${WAYLAND_DISPLAY}" ] || [ "${XDG_SESSION_TYPE}" = "wayland" ] || [ -n "${WAYLAND_SOCKET}" ]; then
|
if [ -n "${WAYLAND_DISPLAY}" ] || [ "${XDG_SESSION_TYPE}" = "wayland" ] || [ -n "${WAYLAND_SOCKET}" ]; then
|
||||||
# Install Wayland desktop entry
|
# Install Wayland desktop entry
|
||||||
install -Dm644 system76-power-gui.desktop "$pkgdir/usr/share/applications/system76-power-gui.desktop"
|
install -Dm644 system76-power-gui.desktop "$pkgdir/usr/share/applications/system76-power-gui.desktop"
|
||||||
else
|
|
||||||
# Install X11 desktop entry
|
|
||||||
install -Dm644 system76-power-gui-x11.desktop "$pkgdir/usr/share/applications/system76-power-gui.desktop"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install polkit rules
|
# Install polkit rules
|
||||||
|
|
Loading…
Reference in New Issue