diff options
author | 2023-03-02 17:21:06 +0600 | |
---|---|---|
committer | 2023-03-04 23:01:36 +0600 | |
commit | 574116e4cb599aa1ccd6927768c4ed5979da94b9 (patch) | |
tree | 0cdcf48f6e394b28eea630dc01362b7d6aa02179 /debian/shopno-os-refresh-menu.postinst | |
download | jadupc-everything-574116e4cb599aa1ccd6927768c4ed5979da94b9.tar.gz jadupc-everything-574116e4cb599aa1ccd6927768c4ed5979da94b9.zip |
Initial Release
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/shopno-os-refresh-menu.postinst')
-rw-r--r-- | debian/shopno-os-refresh-menu.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/shopno-os-refresh-menu.postinst b/debian/shopno-os-refresh-menu.postinst new file mode 100644 index 0000000..58f4b10 --- /dev/null +++ b/debian/shopno-os-refresh-menu.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +sed -i '/<actions>/a\ +\ + <action>\ + <icon>view-refresh</icon>\ + <patterns>*</patterns>\ + <range/>\ + <name>Refresh</name>\ + <command>refresh-desktop</command>\ + <description>Refresh current content</description>\ + <directories/>\ + </action>' /etc/xdg/Thunar/uca.xml |