Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=190e2d7f8b967e91b07bd8f90670994133efd40b
commit 190e2d7f8b967e91b07bd8f90670994133efd40b Author: crazy <[email protected]> Date: Mon Mar 13 23:31:41 2017 +0100 util.sh: added Fdesktoprel() same like Ficonrel() ( which need fixing :P ) diff --git a/source/include/util.sh b/source/include/util.sh index b6314e7..f008c45 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -629,6 +629,16 @@ Ficonrel() { } ### +# * Fdesktoprel(): Install desktop file(s) to $Fdestdir/usr/share/applications +# from the current working directory. Parameter: file(s) to be installed. +### + +Fdesktoprel() { + Fmkdir "/usr/share/applications" + Ffilerel "$@" /usr/share/applications +} + +### # * Fln(): Create a symlink in $Fdestdir. First parameter: source (i.e. # mysql/libmysqlclient.so), second parameter: target (i.e. /usr/lib/) # ($target's dir will be created if necessary). _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
