X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=data%2FMakefile.am;h=745d8e53566668e0116793762acc79f686d7d12a;hb=0346056896fc6cec91481850c4387f6023c26613;hp=3fdf19d2a74b6d311cffeb36ff22d4933de3d84a;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/data/Makefile.am b/data/Makefile.am index 3fdf19d2..745d8e53 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -15,3 +15,7 @@ menu: menu.in install-data-local: menu test -f $(DESTDIR)$(pkgdatadir)/menu || \ $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir) + +uninstall-am: + rm -f $(DESTDIR)$(pkgdatadir)/menu +