diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-31 13:03:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-31 13:16:43 +0200 |
commit | 01b47bffd84c7731634f631cd32803bbbc881ad7 (patch) | |
tree | d8142fd6c757897ddfd566ca57df4c07ce0d89a3 /sysui/desktop | |
parent | d7737f8454fa5f99bc597b93f579e7ad9199d108 (diff) |
sysui: remove slackware desktop integration stuff
This is apparently not used at all currently; cloph says the
*slackware-menus*.tgz used to be bundled with RPM instsets but the last
release that contained it was apparently OOo 3.1.1; it is gone in OOo
3.2.1 RPM instset. There are no bug reports about it missing, so no
problem with removing it altogether.
Change-Id: I1b93c94c4ac5c1d1826069b05cb58fdbb30cd71f
Diffstat (limited to 'sysui/desktop')
-rwxr-xr-x | sysui/desktop/slackware/slack-desc | 13 | ||||
-rwxr-xr-x | sysui/desktop/slackware/update-script | 8 |
2 files changed, 0 insertions, 21 deletions
diff --git a/sysui/desktop/slackware/slack-desc b/sysui/desktop/slackware/slack-desc deleted file mode 100755 index 38bc1999d7cb..000000000000 --- a/sysui/desktop/slackware/slack-desc +++ /dev/null @@ -1,13 +0,0 @@ -# needs to be 11 lines - variables replaced by the makefile... - |-----handy-ruler------------------------------------------------------| -PKGNAME: PRODUCTNAME Desktop-Integration for Slackware -PKGNAME: Version: PKGVERSION, License: LGPLv3 with MPLv2, ALv2 and more -PKGNAME: -PKGNAME: Note that this package is non-functional without the main packages of -PKGNAME: LONGPRODUCTNAME -PKGNAME: If you did install the main packages to another location than the -PKGNAME: default, make sure to adapt the link -PKGNAME: /etc/UNIXFILENAME -PKGNAME: accordingly to point to the correct location. -PKGNAME: -PKGNAME: This package is provided by The Document Foundation diff --git a/sysui/desktop/slackware/update-script b/sysui/desktop/slackware/update-script deleted file mode 100755 index f7f957ac9e33..000000000000 --- a/sysui/desktop/slackware/update-script +++ /dev/null @@ -1,8 +0,0 @@ - -if (which update-desktop-database); then - update-desktop-database -q /usr/share/applications -fi - -if (which update-mime-database); then - update-mime-database /usr/share/mime -fi |