diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-21 17:53:57 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-21 17:53:57 -0200 |
commit | 7584562f4a10bc697cd236b243eedd1943291e08 (patch) | |
tree | 2a8167fa016ab7bf9f9c0ee216c70ef4e0d45c80 /artistic/aqsis/aqsis.install | |
parent | 5bac404e23f0f131ee87d441838e5528258401aa (diff) |
migrating all artistic pkg repo to pcr:
* migrating aqsis, cinepaint-lts, gimp-art, libspnav, spacenavd, spnavcfg and yafaray-git to prc repo.
Diffstat (limited to 'artistic/aqsis/aqsis.install')
-rw-r--r-- | artistic/aqsis/aqsis.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/artistic/aqsis/aqsis.install b/artistic/aqsis/aqsis.install deleted file mode 100644 index b2086e07b..000000000 --- a/artistic/aqsis/aqsis.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor/ - update-mime-database usr/share/mime > /dev/null - update-desktop-database -q -} -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: |