diff options
author | root <root@rshg054.dnsready.net> | 2012-02-05 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-05 23:15:10 +0000 |
commit | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (patch) | |
tree | 4374282e7b40f1decf8ecb78f004114498208361 /extra/smb4k/smb4k.install | |
parent | 359d940358dec836dd0acfe9d9caf0b1ff0a97fe (diff) |
Sun Feb 5 23:15:10 UTC 2012
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 } |