diff options
Diffstat (limited to 'x11-misc/pcmanfm-qt-share/files/Unshare.desktop')
-rw-r--r-- | x11-misc/pcmanfm-qt-share/files/Unshare.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-misc/pcmanfm-qt-share/files/Unshare.desktop b/x11-misc/pcmanfm-qt-share/files/Unshare.desktop new file mode 100644 index 00000000..23db87d0 --- /dev/null +++ b/x11-misc/pcmanfm-qt-share/files/Unshare.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Action +Name=Samba network unshare +Profiles=profile-zero; + +[X-Action-Profile profile-zero] +Exec=/usr/bin/net usershare delete %w %f "" && chmod = 755 %f && find %f -type d -exec chmod 755 {} \; && find %f -type f -exec chmod 644 {} \; +Name=Default profile |