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