emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/async 7279cc6 38/60: Remove autoload file as well when


From: Stefan Monnier
Subject: [elpa] externals/async 7279cc6 38/60: Remove autoload file as well when uninstalling
Date: Tue, 8 Oct 2019 10:11:33 -0400 (EDT)

branch: externals/async
commit 7279cc6bdba7bfcb53ca8f5471631ae8dc3918b3
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Remove autoload file as well when uninstalling
    
    * Makefile (uninstall): Do it.
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a755782..0b28c23 100644
--- a/Makefile
+++ b/Makefile
@@ -73,3 +73,4 @@ install:
 
 uninstall:
        rm -vf ${DESTDIR}*.elc
+       rm -vf ${DESTDIR}*.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]