< prev index next >

src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/template.postinst

Print this page

        

@@ -19,11 +19,11 @@
 
 case "$1" in
     configure)
         if [ "RUNTIME_INSTALLER" != "true" ]; then
             echo Adding shortcut to the menu
-SECONDARY_LAUNCHERS_INSTALL
+ADD_LAUNCHERS_INSTALL
             xdg-desktop-menu install --novendor INSTALLATION_DIRECTORY/APPLICATION_FS_NAME/APPLICATION_LAUNCHER_FILENAME.desktop
 FILE_ASSOCIATION_INSTALL
         fi
         if [ "SERVICE_HINT" = "true" ]; then
             echo Installing daemon
< prev index next >