Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8bfbbb97
Commit
8bfbbb97
authored
Dec 13, 2008
by
Glenn Morris
Browse files
(uninstall): Remove desktop file and icons, game scores if empty.
parent
8e7aa5de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+1
-0
Makefile.in
Makefile.in
+6
-1
No files found.
ChangeLog
View file @
8bfbbb97
...
...
@@ -5,6 +5,7 @@
(MAN_PAGES): New variable.
(install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
and remove.
(uninstall): Remove desktop file and icons, game scores if empty.
2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
...
...
Makefile.in
View file @
8bfbbb97
...
...
@@ -662,7 +662,12 @@ uninstall:
done
;
)
(
cd
$(DESTDIR)${man1dir}
&&
rm
-f
$(MAN_PAGES)
)
(
cd
$(DESTDIR)${bindir}
&&
rm
-f
$(EMACSFULL)
$(EMACS)
)
(
cd
$(DESTDIR)${icondir}
&&
rm
-f
hicolor/
*
x
*
/apps/emacs
*
hicolor/scalable/
*
/emacs
*
)
-
rm
-f
$(DESTDIR)${desktopdir}
/emacs.desktop
for
file
in
snake-scores tetris-scores
;
do
\
file
=
$(DESTDIR)${gamedir}
/
$
${file}
;
\
[
-s
$
${file}
]
||
rm
-f
$$
file
;
\
done
FRC
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment