Add a missing rm -f
to the uninstall task.
This commit is contained in:
parent
5a95e11fe8
commit
8649b72ae9
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ uninstall:
|
|||
rm -f /usr/bin/${APP}
|
||||
rm -f /usr/share/applications/${APP}.desktop
|
||||
rm -f /usr/share/icons/hicolor/scalable/apps/${APP}.svg
|
||||
/usr/share/pixmaps/${APP}.svg
|
||||
rm -f /usr/share/pixmaps/${APP}.svg
|
||||
clean:
|
||||
rm -f ${APP} \#* \.#* gnuplot* *.png debian/*.substvars debian/*.log
|
||||
rm -fr deb.* debian/${APP} rpmpackage/${ARCH_TYPE}
|
||||
|
|
Loading…
Reference in New Issue
Block a user