diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-02-21 13:24:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-23 00:57:41 +0700 |
commit | 314b34e43014696d38a338bf6dd7c868c52230fd (patch) | |
tree | f2b68cea1e11b3dea40564f1b8b70a69bc329df8 /office/qamus/doinst.sh | |
parent | 32c5504d9b6ae98a597123a5a70019383d317786 (diff) |
office/qamus: Removed (no longer developed).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office/qamus/doinst.sh')
-rw-r--r-- | office/qamus/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/office/qamus/doinst.sh b/office/qamus/doinst.sh deleted file mode 100644 index 9a8ded3c60..0000000000 --- a/office/qamus/doinst.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi |