This commit is contained in:
jie
2024-10-16 10:58:52 +08:00
commit dcc11e2fef
286 changed files with 253151 additions and 0 deletions

8
desktop/Makefile.am Normal file
View File

@@ -0,0 +1,8 @@
desktopdir = $(datarootdir)/applications
dist_desktop_DATA = joe.desktop jmacs.desktop jstar.desktop jpico.desktop
update-databases:
-update-desktop-database $(desktopdir)
install-data-hook: update-databases
uninstall-hook: update-databases