mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2026-01-16 00:13:50 +01:00
11 lines
368 B
Makefile
11 lines
368 B
Makefile
V=20240430
|
|
|
|
PREFIX = /usr/local
|
|
|
|
install:
|
|
install -dm755 $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
|
install -m0644 eshanized{.gpg,-trusted,-revoked} $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
|
|
|
uninstall:
|
|
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/eshanized{.gpg,-trusted,-revoked}
|
|
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|