Add ExtraDestkop.sh files
For files that are desktop-like but do not have a .desktop extension
This commit is contained in:
parent
4eba738a3f
commit
74c816832a
1 changed files with 4 additions and 0 deletions
4
ExtraDesktop.sh
Normal file
4
ExtraDesktop.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
#This file outputs in a separate line each file with a .desktop syntax
|
||||
#that needs to be translated but has a non .desktop extension
|
||||
find -name \*.kwinrules -print
|
Loading…
Reference in a new issue