diff options
Diffstat (limited to 'community/tiled-qt/tiled-qt.install')
-rw-r--r-- | community/tiled-qt/tiled-qt.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/tiled-qt/tiled-qt.install b/community/tiled-qt/tiled-qt.install deleted file mode 100644 index 71d138f2d..000000000 --- a/community/tiled-qt/tiled-qt.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |