Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Use tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Jul 20, 2018
1 parent a5a64a0 commit 75f824e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ install:
# ALPM Hooks
mkdir -p $(DESTDIR)/usr/share/libalpm/hooks
cp hooks/antergos-filesystem.hook $(DESTDIR)/usr/share/libalpm/hooks
cp hooks/antergos-reboot.hook $(DESTDIR)/usr/share/libalpm/hooks
cp hooks/antergos-reboot.hook $(DESTDIR)/usr/share/libalpm/hooks

# Hook Scripts
install -Dm755 src/update-release-files $(DESTDIR)/usr/bin/update-release-files

uninstall:
# ALPM Hooks
rm -f $(DESTDIR)/usr/share/libalpm/hooks/antergos-filesystem.hook
rm -f $(DESTDIR)/usr/share/libalpm/hooks/antergos-reboot.hook
rm -f $(DESTDIR)/usr/share/libalpm/hooks/antergos-reboot.hook

# Hook Scripts
rm -f $(DESTDIR)/usr/bin/update-release-files
Expand Down

0 comments on commit 75f824e

Please sign in to comment.