summarylogtreecommitdiffstats
path: root/megasync.install
diff options
context:
space:
mode:
authorAlfonso Saavedra Son2015-07-04 10:13:01 +0200
committerAlfonso Saavedra Son2015-07-04 10:13:01 +0200
commitb701b7043b1a56eee569181bef7fbca65032c642 (patch)
tree9343ea2d3c3adf954612a93f353f72ea5f555ce1 /megasync.install
downloadaur-b701b7043b1a56eee569181bef7fbca65032c642.tar.gz
Change to Debian 8 package and updated to 2.1.0
Diffstat (limited to 'megasync.install')
-rw-r--r--megasync.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/megasync.install b/megasync.install
new file mode 100644
index 000000000000..6a01127ef8c3
--- /dev/null
+++ b/megasync.install
@@ -0,0 +1,20 @@
+# megasync.install
+
+
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ update-desktop-database -q
+ rm /usr/lib/libcrypto++.so.10
+ rn /usr/lib/libcryptopp.so.6
+ rm /usr/lib/libcrypto.so.10
+ rm /usr/lib/libssl.so.10
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}