diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-17 14:06:54 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-18 08:03:07 +0100 |
commit | 3c8e8e2a698151b7b0ba0a50fb0b1cffa9ec9836 (patch) | |
tree | e7fe3f8ddd3f141975a5ea2e96f0d14a925eafe6 /network/Quamachi2/doinst.sh | |
parent | c4c8ac5b31069fe9302266103e074b2e6e7dc248 (diff) | |
download | slackbuilds-3c8e8e2a698151b7b0ba0a50fb0b1cffa9ec9836.tar.gz |
network/Quamachi2: Removed.
This tries to do stuff is the building user's home dir
during the make phase (in the original sources)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/Quamachi2/doinst.sh')
-rw-r--r-- | network/Quamachi2/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/network/Quamachi2/doinst.sh b/network/Quamachi2/doinst.sh deleted file mode 100644 index 3e5691a052..0000000000 --- a/network/Quamachi2/doinst.sh +++ /dev/null @@ -1,9 +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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |