diff options
Diffstat (limited to 'extra/smb4k/smb4k.install')
-rw-r--r-- | extra/smb4k/smb4k.install | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/smb4k/smb4k.install b/extra/smb4k/smb4k.install index 91d7da03d..1c0de2e4f 100644 --- a/extra/smb4k/smb4k.install +++ b/extra/smb4k/smb4k.install @@ -1,10 +1,11 @@ post_install() { - echo "==> Note: To enable mounting and unmounting of smb/cifs shares as" - echo "==> user, you will need to issue the following command as root:" - echo "# chmod +s \$(which mount.cifs)" - echo "==> These command will need to be re-run every upgrade of smbclient" + xdg-icon-resource forceupdate --theme hicolor &> /dev/null } post_upgrade() { - post_install $1 + post_install +} + +post_remove() { + post_install } |