New version of ProjMan

This commit is contained in:
svkalinin
2022-07-21 10:56:46 +03:00
parent faf594ce9b
commit e68aeddbd5
2595 changed files with 14193 additions and 12688 deletions

6
debian/postinst vendored Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Install the desktop entry
if hash update-desktop-database 2>/dev/null; then
update-desktop-database
fi