diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-22 18:33:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-22 18:33:33 +0100 |
commit | e080efc14dbe5357f03ded2f9cab6c1580fced38 (patch) | |
tree | d98245a57e0488ee0cb1993837e17e9a2bc30365 | |
parent | 55342d01f05dd1ed25acc55b46bb15f38c87b82f (diff) | |
download | nutyx-pakxe-e080efc14dbe5357f03ded2f9cab6c1580fced38.tar.gz nutyx-pakxe-e080efc14dbe5357f03ded2f9cab6c1580fced38.tar.bz2 nutyx-pakxe-e080efc14dbe5357f03ded2f9cab6c1580fced38.tar.xz nutyx-pakxe-e080efc14dbe5357f03ded2f9cab6c1580fced38.zip |
mousepad, ajout post-install
-rwxr-xr-x | xfce/mousepad/Pkgfile | 4 | ||||
-rw-r--r-- | xfce/mousepad/post-install | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/xfce/mousepad/Pkgfile b/xfce/mousepad/Pkgfile index c6e202cb3..6626250f2 100755 --- a/xfce/mousepad/Pkgfile +++ b/xfce/mousepad/Pkgfile @@ -2,8 +2,8 @@ # URL: http://www.xfce.org/projects/mousepad/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4 -# Run on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4 +# Depends on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4,desktop-file-utils +# Run on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4,desktop-file-utils name=mousepad version=0.2.16 diff --git a/xfce/mousepad/post-install b/xfce/mousepad/post-install new file mode 100644 index 000000000..6e2644aca --- /dev/null +++ b/xfce/mousepad/post-install @@ -0,0 +1 @@ +update-desktop-database /usr/share/applications |