mirror of
https://github.com/openwrt/packages.git
synced 2025-07-17 05:14:46 +00:00
Move post-install script to /etc/uci-defaults so it always runs on the target and doesn't require the host to provide 'update-mime-database'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 lines
49 B
Bash
4 lines
49 B
Bash
#!/bin/sh
|
|
|
|
update-mime-database /usr/share/mime/
|