diff options
author | philipvdh <philip@vd-hoeven.nl> | 2022-02-23 21:07:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-24 08:39:43 +0700 |
commit | f2a6772042ea13d2411b528ded716baff6e5aba4 (patch) | |
tree | 6df76dccd4fe2ea1b16f3e549363a85a9dcd254d /multimedia/OpenPHT/doinst.sh | |
parent | d10ff2be0cbea958fc9e1468414b717767a24e34 (diff) |
multimedia/OpenPHT: Removed (superseded by plex media player and plex htpc)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/OpenPHT/doinst.sh')
-rw-r--r-- | multimedia/OpenPHT/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/OpenPHT/doinst.sh b/multimedia/OpenPHT/doinst.sh deleted file mode 100644 index 65c7e2eeb9aa5..0000000000000 --- a/multimedia/OpenPHT/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |