Skip to content

Commit 8649b72

Browse files
committed
Add a missing rm -f to the uninstall task.
1 parent 5a95e11 commit 8649b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ uninstall:
3636
rm -f /usr/bin/${APP}
3737
rm -f /usr/share/applications/${APP}.desktop
3838
rm -f /usr/share/icons/hicolor/scalable/apps/${APP}.svg
39-
/usr/share/pixmaps/${APP}.svg
39+
rm -f /usr/share/pixmaps/${APP}.svg
4040
clean:
4141
rm -f ${APP} \#* \.#* gnuplot* *.png debian/*.substvars debian/*.log
4242
rm -fr deb.* debian/${APP} rpmpackage/${ARCH_TYPE}

0 commit comments

Comments
 (0)