From b0fcd7c8a2d0375637dafda24f2501692e0a2a00 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 25 Apr 2013 10:25:09 +0000 Subject: The .desktop file gets installed now --- mirall/build/mirall.SlackBuild | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'mirall') diff --git a/mirall/build/mirall.SlackBuild b/mirall/build/mirall.SlackBuild index fcf1c88d..0def693a 100755 --- a/mirall/build/mirall.SlackBuild +++ b/mirall/build/mirall.SlackBuild @@ -182,19 +182,6 @@ cd build make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log cd - -# Add the missing desktop file: -mkdir $PKG/usr/share/applications -cat < $PKG/usr/share/applications/owncloud-client.desktop -[Desktop Entry] -Version=1.0 -Type=Application -Exec=owncloud -Name=ownCloud desktop sync client -GenericName=Folder Sync -Icon=owncloud -Categories=Utility;Network; -EOT - # Do not clobber existing configuration: mv -i $PKG/etc/owncloud/sync-exclude.lst{,.new} -- cgit v1.2.3-65-gdbad