summarylogtreecommitdiffstats
path: root/awn-extras-applets.install
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:42:14 +0200
committerSanskritFritz2015-06-14 00:42:14 +0200
commitea3efcc2259974aaceb7d1a069fee20f5d15bd3b (patch)
tree6518d24b71c53946c150038a475b64f7dbc2b24a /awn-extras-applets.install
downloadaur-ea3efcc2259974aaceb7d1a069fee20f5d15bd3b.tar.gz
Initial import
Diffstat (limited to 'awn-extras-applets.install')
-rw-r--r--awn-extras-applets.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/awn-extras-applets.install b/awn-extras-applets.install
new file mode 100644
index 000000000000..9f04bf6a2654
--- /dev/null
+++ b/awn-extras-applets.install
@@ -0,0 +1,23 @@
+pkgname=awn-extras
+
+post_install() {
+ gconfpkg --install $pkgname
+ xdg-icon-resource forceupdate
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+
+pre_remove() {
+ gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}