diff options
Diffstat (limited to 'freefilesync/debian/rules')
-rwxr-xr-x | freefilesync/debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/freefilesync/debian/rules b/freefilesync/debian/rules index 612e88e..b606a69 100755 --- a/freefilesync/debian/rules +++ b/freefilesync/debian/rules @@ -43,9 +43,7 @@ override_dh_auto_install: #find %{buildroot}%{_datadir}/%{pkgname} -type f -exec chmod -x '{}' \; || : # desktop files - mkdir -p ${buildroot}${_datadir}/applications - desktop-file-install --dir ${buildroot}${_datadir}/applications ${debuilddir}/freefilesync.desktop - desktop-file-install --dir ${buildroot}${_datadir}/applications ${debuilddir}/realtimesync.desktop + : # application start script # none |