diff options
author | Igor Alexandrov <igora.vault@gmail.com> | 2020-03-21 00:33:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-21 00:33:24 +0700 |
commit | bfc6b0d478d555873ee085cb67d18305b09c7045 (patch) | |
tree | a871af2a72a1352aabd8236ae74e77f7189928ed /network/pCloudDrive/doinst.sh | |
parent | 44dd4b5bc3bb458b2c3aa40f8508f4b7effd42e9 (diff) |
network/pCloudDrive: Added (pCloud client and drive mounter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pCloudDrive/doinst.sh')
-rw-r--r-- | network/pCloudDrive/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/pCloudDrive/doinst.sh b/network/pCloudDrive/doinst.sh new file mode 100644 index 0000000000000..4a25de5e6fbd1 --- /dev/null +++ b/network/pCloudDrive/doinst.sh @@ -0,0 +1,10 @@ +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 + |