diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-03 15:24:10 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-03 15:24:10 +0800 |
| commit | b43dc5a35f5272f29c233a917820b4fceab3ddf7 (patch) | |
| tree | 2860e06b8f61e4955adcf1f6a25656bceca0cfe8 /repos/xorg/libfm/postinstall | |
| parent | cd684c6fe59a029e4d16a107f9d4ffe0bdee6404 (diff) | |
| download | alicelinux-b43dc5a35f5272f29c233a917820b4fceab3ddf7.tar.gz alicelinux-b43dc5a35f5272f29c233a917820b4fceab3ddf7.zip | |
libfm: new added
Diffstat (limited to 'repos/xorg/libfm/postinstall')
| -rwxr-xr-x | repos/xorg/libfm/postinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/xorg/libfm/postinstall b/repos/xorg/libfm/postinstall new file mode 100755 index 00000000..e2d50975 --- /dev/null +++ b/repos/xorg/libfm/postinstall @@ -0,0 +1,3 @@ +#!/bin/sh +update-mime-database /usr/share/mime +update-desktop-database --quiet |